Changeset 15846 in webkit for trunk/JavaScriptCore/kjs/regexp_object.h
- Timestamp:
- Aug 13, 2006, 8:06:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/regexp_object.h
r13821 r15846 89 89 90 90 // Global search cache / settings 91 bool multiline;92 91 UString lastInput; 93 92 OwnArrayPtr<int> lastOvector; 94 unsigned lastNumSubPatterns; 93 unsigned lastNumSubPatterns : 31; 94 bool multiline : 1; 95 95 96 96 static const ClassInfo info;
Note:
See TracChangeset
for help on using the changeset viewer.