Changeset 12921 in webkit for trunk/JavaScriptCore/kjs/date_object.h
- Timestamp:
- Feb 21, 2006, 8:57:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/date_object.h
r12624 r12921 67 67 virtual bool implementsConstruct() const; 68 68 virtual JSObject *construct(ExecState *, const List &args); 69 virtual bool implementsCall() const;70 69 virtual JSValue *callAsFunction(ExecState *, JSObject *thisObj, const List &args); 71 70
Note:
See TracChangeset
for help on using the changeset viewer.