Changeset 37799 in webkit for trunk/JavaScriptCore/kjs/JSGlobalData.h
- Timestamp:
- Oct 22, 2008, 5:11:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalData.h
r37684 r37799 79 79 const HashTable* stringTable; 80 80 81 RefPtr<StructureID> nullProtoStructureID;82 81 RefPtr<StructureID> activationStructureID; 82 RefPtr<StructureID> interruptedExecutionErrorStructure; 83 83 RefPtr<StructureID> staticScopeStructureID; 84 84 RefPtr<StructureID> stringStructureID; 85 RefPtr<StructureID> notAnObjectErrorStubStructure; 86 RefPtr<StructureID> notAnObjectStructure; 85 87 RefPtr<StructureID> numberStructureID; 86 88
Note:
See TracChangeset
for help on using the changeset viewer.