Changeset 35027 in webkit for trunk/JavaScriptCore/kjs/RegExpObject.h
- Timestamp:
- Jul 6, 2008, 7:49:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/RegExpObject.h
r34870 r35027 42 42 JSValue* exec(ExecState*, const ArgList&); 43 43 44 bool getOwnPropertySlot(ExecState*, const Identifier& , PropertySlot&);44 bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&); 45 45 JSValue* getValueProperty(ExecState*, int token) const; 46 void put(ExecState*, const Identifier& , JSValue*);46 void put(ExecState*, const Identifier& propertyName, JSValue*); 47 47 void putValueProperty(ExecState*, int token, JSValue*); 48 48
Note:
See TracChangeset
for help on using the changeset viewer.