Changeset 12921 in webkit for trunk/JavaScriptCore/kjs/number_object.h
- Timestamp:
- Feb 21, 2006, 8:57:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/number_object.h
r12911 r12921 59 59 NumberProtoFunc(ExecState*, FunctionPrototype*, int i, int len, const Identifier&); 60 60 61 virtual bool implementsCall() const;62 61 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 63 62 … … 81 80 virtual JSObject *construct(ExecState *exec, const List &args); 82 81 83 virtual bool implementsCall() const;84 82 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 85 83
Note:
See TracChangeset
for help on using the changeset viewer.