Changeset 37799 in webkit for trunk/JavaScriptCore/kjs/JSArray.h
- Timestamp:
- Oct 22, 2008, 5:11:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSArray.h
r37684 r37799 77 77 void fillArgList(ExecState*, ArgList&); 78 78 79 static PassRefPtr<StructureID> createStructureID(JSValuePtr prototype) 80 { 81 return StructureID::create(prototype, TypeInfo(ObjectType)); 82 } 83 79 84 protected: 80 85 virtual void put(ExecState*, const Identifier& propertyName, JSValuePtr, PutPropertySlot&);
Note:
See TracChangeset
for help on using the changeset viewer.