Changeset 1326 in webkit for trunk/JavaScriptCore/kjs/regexp_object.h
- Timestamp:
- Jun 10, 2002, 1:08:04 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/regexp_object.h
r1024 r1326 75 75 Value get(ExecState *exec, const UString &p) const; 76 76 int ** registerRegexp( const RegExp* re, const UString& s ); 77 void setSubPatterns(int num) { lastNrSubPatterns = num; } 77 78 Value arrayOfMatches(ExecState *exec, const UString &result) const; 78 79 private:
Note:
See TracChangeset
for help on using the changeset viewer.