Changeset 34580 in webkit for trunk/JavaScriptCore/kjs/array_object.h
- Timestamp:
- Jun 15, 2008, 8:02:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_object.h
r34578 r34580 37 37 }; 38 38 39 class Array ObjectImp : public InternalFunctionImp{39 class ArrayConstructor : public InternalFunction { 40 40 public: 41 Array ObjectImp(ExecState*, FunctionPrototype*, ArrayPrototype*);41 ArrayConstructor(ExecState*, FunctionPrototype*, ArrayPrototype*); 42 42 43 43 virtual ConstructType getConstructData(ConstructData&);
Note:
See TracChangeset
for help on using the changeset viewer.