Changeset 12921 in webkit for trunk/JavaScriptCore/kjs/regexp_object.h
- Timestamp:
- Feb 21, 2006, 8:57:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/regexp_object.h
r12911 r12921 43 43 RegExpProtoFunc(ExecState*, FunctionPrototype*, int i, int len, const Identifier&); 44 44 45 virtual bool implementsCall() const;46 45 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 47 46 … … 74 73 virtual bool implementsConstruct() const; 75 74 virtual JSObject *construct(ExecState *exec, const List &args); 76 virtual bool implementsCall() const;77 75 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 78 76
Note:
See TracChangeset
for help on using the changeset viewer.