Changeset 33979 in webkit for trunk/JavaScriptCore/kjs/object_object.h
- Timestamp:
- May 21, 2008, 6:20:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object_object.h
r30158 r33979 48 48 ObjectObjectImp(ExecState*, ObjectPrototype*, FunctionPrototype*); 49 49 50 virtual bool implementsConstruct() const;50 virtual ConstructType getConstructData(ConstructData&); 51 51 virtual JSObject* construct(ExecState*, const List&); 52 52 53 virtual JSValue* callAsFunction(ExecState*, JSObject*, const List&); 53 54 };
Note:
See TracChangeset
for help on using the changeset viewer.