Changeset 9889 in webkit for trunk/JavaScriptCore/kjs/regexp_object.h
- Timestamp:
- Jul 25, 2005, 3:17:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/regexp_object.h
r9768 r9889 75 75 virtual Value call(ExecState *exec, Object &thisObj, const List &args); 76 76 77 Value get(ExecState *exec, const Identifier &p) const;77 virtual bool getOwnProperty(ExecState *exec, const Identifier& propertyName, Value& result) const; 78 78 int ** registerRegexp( const RegExp* re, const UString& s ); 79 79 void setSubPatterns(int num) { lastNrSubPatterns = num; }
Note:
See TracChangeset
for help on using the changeset viewer.