Changeset 2760 in webkit for trunk/JavaScriptCore/kjs/regexp_object.h
- Timestamp:
- Nov 19, 2002, 2:02:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/regexp_object.h
r1623 r2760 73 73 virtual Value call(ExecState *exec, Object &thisObj, const List &args); 74 74 75 Value get(ExecState *exec, const UString&p) const;75 Value get(ExecState *exec, const Identifier &p) const; 76 76 int ** registerRegexp( const RegExp* re, const UString& s ); 77 77 void setSubPatterns(int num) { lastNrSubPatterns = num; }
Note:
See TracChangeset
for help on using the changeset viewer.