Changeset 7105 in webkit for trunk/JavaScriptCore/kjs/function_object.h
- Timestamp:
- Jul 22, 2004, 4:30:52 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function_object.h
r1024 r7105 74 74 75 75 virtual bool implementsConstruct() const; 76 virtual Object construct(ExecState *exec, const List &args, const UString &sourceURL, int lineNumber); 76 77 virtual Object construct(ExecState *exec, const List &args); 77 78 virtual bool implementsCall() const;
Note:
See TracChangeset
for help on using the changeset viewer.