Changeset 36726 in webkit for trunk/JavaScriptCore/kjs/JSArray.h
- Timestamp:
- Sep 20, 2008, 7:29:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSArray.h
r36263 r36726 41 41 42 42 public: 43 JSArray(PassRefPtr<StructureID>);44 JSArray( JSObject* prototype, unsigned initialLength);45 JSArray(ExecState* exec, JSObject* prototype, const ArgList& initialValues);43 explicit JSArray(PassRefPtr<StructureID>); 44 JSArray(PassRefPtr<StructureID>, unsigned initialLength); 45 JSArray(ExecState*, PassRefPtr<StructureID>, const ArgList& initialValues); 46 46 virtual ~JSArray(); 47 47
Note:
See TracChangeset
for help on using the changeset viewer.