Changeset 49721 in webkit for trunk/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- Oct 16, 2009, 6:06:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSObject.h
r49694 r49721 208 208 static PassRefPtr<Structure> createStructure(JSValue prototype) 209 209 { 210 return Structure::create(prototype, TypeInfo(ObjectType ));210 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags)); 211 211 } 212 212 213 213 protected: 214 static const unsigned StructureFlags = 0; 215 214 216 void addAnonymousSlots(unsigned count); 215 217 void putAnonymousValue(unsigned index, JSValue value)
Note:
See TracChangeset
for help on using the changeset viewer.