Changeset 12911 in webkit for trunk/JavaScriptCore/kjs/regexp_object.h
- Timestamp:
- Feb 20, 2006, 11:54:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/regexp_object.h
r12523 r12911 41 41 class RegExpProtoFunc : public InternalFunctionImp { 42 42 public: 43 RegExpProtoFunc(ExecState *exec, 44 FunctionPrototype *funcProto, int i, int len); 43 RegExpProtoFunc(ExecState*, FunctionPrototype*, int i, int len, const Identifier&); 45 44 46 45 virtual bool implementsCall() const;
Note:
See TracChangeset
for help on using the changeset viewer.