Changeset 36755 in webkit for trunk/JavaScriptCore/kjs/JSObject.h
- Timestamp:
- Sep 21, 2008, 8:15:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSObject.h
r36726 r36755 182 182 static const size_t inlineStorageCapacity = 2; 183 183 184 static PassRefPtr<StructureID> createStructureID(JSValue* proto) { return StructureID::create(proto, TypeInfo(ObjectType)); } 185 184 186 protected: 185 187 bool getOwnPropertySlotForWrite(ExecState*, const Identifier&, PropertySlot&, bool& slotIsWriteable);
Note:
See TracChangeset
for help on using the changeset viewer.