Changeset 33979 in webkit for trunk/JavaScriptCore/kjs/array_object.h
- Timestamp:
- May 21, 2008, 6:20:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_object.h
r29588 r33979 41 41 ArrayObjectImp(ExecState*, FunctionPrototype*, ArrayPrototype*); 42 42 43 virtual bool implementsConstruct() const;43 virtual ConstructType getConstructData(ConstructData&); 44 44 virtual JSObject* construct(ExecState*, const List&); 45 45 46 virtual JSValue* callAsFunction(ExecState*, JSObject*, const List&); 46 47
Note:
See TracChangeset
for help on using the changeset viewer.