Changeset 56081 in webkit for trunk/JavaScriptCore/interpreter
- Timestamp:
- Mar 16, 2010, 1:46:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.cpp
r55833 r56081 1135 1135 #define LIST_OPCODE_LABEL(id, length) &&id, 1136 1136 static Opcode labels[] = { FOR_EACH_OPCODE_ID(LIST_OPCODE_LABEL) }; 1137 for (size_t i = 0; i < sizeof(labels) / sizeof(Opcode); ++i)1137 for (size_t i = 0; i < arrayLength(labels); ++i) 1138 1138 m_opcodeTable[i] = labels[i]; 1139 1139 #undef LIST_OPCODE_LABEL
Note:
See TracChangeset
for help on using the changeset viewer.