Changeset 27303 in webkit for trunk/JavaScriptCore/kjs/regexp_object.h
- Timestamp:
- Oct 31, 2007, 1:29:19 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/regexp_object.h
r21034 r27303 43 43 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 44 44 45 enum { Exec, Test, ToString };45 enum { Compile, Exec, Test, ToString }; 46 46 private: 47 47 int id;
Note:
See TracChangeset
for help on using the changeset viewer.