Changeset 12921 in webkit for trunk/JavaScriptCore/kjs/array_object.h
- Timestamp:
- Feb 21, 2006, 8:57:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_object.h
r12911 r12921 42 42 ArrayProtoFunc(ExecState *exec, int i, int len, const Identifier& name); 43 43 44 virtual bool implementsCall() const;45 44 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 46 45 … … 62 61 virtual bool implementsConstruct() const; 63 62 virtual JSObject *construct(ExecState *exec, const List &args); 64 virtual bool implementsCall() const;65 63 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 66 64
Note:
See TracChangeset
for help on using the changeset viewer.