Changeset 12921 in webkit for trunk/JavaScriptCore/kjs/string_object.h
- Timestamp:
- Feb 21, 2006, 8:57:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/string_object.h
r12911 r12921 70 70 StringProtoFunc(ExecState *exec, int i, int len, const Identifier&); 71 71 72 virtual bool implementsCall() const;73 72 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 74 73 … … 99 98 virtual bool implementsConstruct() const; 100 99 virtual JSObject *construct(ExecState *exec, const List &args); 101 virtual bool implementsCall() const;102 100 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 103 101 }; … … 112 110 public: 113 111 StringObjectFuncImp(ExecState*, FunctionPrototype*, const Identifier&); 114 virtual bool implementsCall() const;115 112 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 116 113 };
Note:
See TracChangeset
for help on using the changeset viewer.