Changeset 34777 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Jun 24, 2008, 2:19:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r34684 r34777 128 128 129 129 int m_reentryDepth; 130 130 131 #if HAVE(COMPUTED_GOTO) 131 132 Opcode m_opcodeTable[numOpcodeIDs]; // Maps OpcodeID => Opcode for compiling
Note:
See TracChangeset
for help on using the changeset viewer.