Changeset 38917 in webkit for trunk/JavaScriptCore/bytecode/Instruction.h
- Timestamp:
- Dec 2, 2008, 1:52:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/Instruction.h
r38763 r38917 31 31 32 32 #include "Opcode.h" 33 #include "ResultType.h"34 33 #include <wtf/VectorTraits.h> 35 34 … … 139 138 StructureChain* structureChain; 140 139 JSCell* jsCell; 141 ResultType::Type resultType;142 140 PolymorphicAccessStructureList* polymorphicStructures; 143 141 } u;
Note:
See TracChangeset
for help on using the changeset viewer.