Changeset 21031 in webkit for trunk/JavaScriptCore/kjs/regexp_object.h
- Timestamp:
- Apr 23, 2007, 2:45:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/regexp_object.h
r15846 r21031 61 61 }; 62 62 63 class RegExpObjectImpPrivate; 64 63 65 class RegExpObjectImp : public InternalFunctionImp { 64 66 public: … … 88 90 JSValue *getRightContext() const; 89 91 90 // Global search cache / settings 91 UString lastInput; 92 OwnArrayPtr<int> lastOvector; 93 unsigned lastNumSubPatterns : 31; 94 bool multiline : 1; 92 OwnPtr<RegExpObjectImpPrivate> d; 95 93 96 94 static const ClassInfo info;
Note:
See TracChangeset
for help on using the changeset viewer.