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