Changeset 36726 in webkit for trunk/JavaScriptCore/kjs/RegExpObject.h
- Timestamp:
- Sep 20, 2008, 7:29:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/RegExpObject.h
r36263 r36726 27 27 namespace JSC { 28 28 29 class RegExpPrototype;30 31 29 class RegExpObject : public JSObject { 32 30 public: 33 31 enum { Global, IgnoreCase, Multiline, Source, LastIndex }; 34 32 35 RegExpObject( RegExpPrototype*, PassRefPtr<RegExp>);33 RegExpObject(PassRefPtr<StructureID>, PassRefPtr<RegExp>); 36 34 virtual ~RegExpObject(); 37 35
Note:
See TracChangeset
for help on using the changeset viewer.