Changeset 39958 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.cpp
- Timestamp:
- Jan 15, 2009, 7:20:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.cpp
r39951 r39958 80 80 , notAnObjectErrorStubStructure(JSNotAnObjectErrorStub::createStructure(jsNull())) 81 81 , notAnObjectStructure(JSNotAnObject::createStructure(jsNull())) 82 #if !USE(ALTERNATE_JSIMMEDIATE) 82 83 , numberStructure(JSNumberCell::createStructure(jsNull())) 84 #endif 83 85 , identifierTable(createIdentifierTable()) 84 86 , propertyNames(new CommonIdentifiers(this))
Note:
See TracChangeset
for help on using the changeset viewer.