Changeset 12911 in webkit for trunk/JavaScriptCore/kjs/string_object.h
- Timestamp:
- Feb 20, 2006, 11:54:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/string_object.h
r12317 r12911 68 68 class StringProtoFunc : public InternalFunctionImp { 69 69 public: 70 StringProtoFunc(ExecState *exec, int i, int len );70 StringProtoFunc(ExecState *exec, int i, int len, const Identifier&); 71 71 72 72 virtual bool implementsCall() const; … … 111 111 class StringObjectFuncImp : public InternalFunctionImp { 112 112 public: 113 StringObjectFuncImp(ExecState *exec, FunctionPrototype *funcProto);113 StringObjectFuncImp(ExecState*, FunctionPrototype*, const Identifier&); 114 114 virtual bool implementsCall() const; 115 115 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args);
Note:
See TracChangeset
for help on using the changeset viewer.