Changeset 33979 in webkit for trunk/JavaScriptCore/kjs/function_object.h
- Timestamp:
- May 21, 2008, 6:20:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function_object.h
r29588 r33979 51 51 FunctionObjectImp(ExecState*, FunctionPrototype*); 52 52 53 virtual bool implementsConstruct() const;53 virtual ConstructType getConstructData(ConstructData&); 54 54 virtual JSObject* construct(ExecState*, const List&); 55 55 virtual JSObject* construct(ExecState*, const List&, const Identifier& functionName, const UString& sourceURL, int lineNumber); 56 56 57 virtual JSValue* callAsFunction(ExecState*, JSObject*, const List&); 57 58 };
Note:
See TracChangeset
for help on using the changeset viewer.