Changeset 127348 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- Aug 31, 2012, 6:39:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalData.h
r127345 r127348 231 231 Strong<Structure> interruptedExecutionErrorStructure; 232 232 Strong<Structure> terminatedExecutionErrorStructure; 233 Strong<Structure> nameScopeStructure;234 Strong<Structure> strictEvalActivationStructure;235 233 Strong<Structure> stringStructure; 236 234 Strong<Structure> notAnObjectStructure; … … 247 245 Strong<Structure> sharedSymbolTableStructure; 248 246 Strong<Structure> structureChainStructure; 249 Strong<Structure> withScopeStructure;250 247 251 248 IdentifierTable* identifierTable;
Note:
See TracChangeset
for help on using the changeset viewer.