Changeset 46187 in webkit for trunk/JavaScriptCore/bytecode/Opcode.h
- Timestamp:
- Jul 21, 2009, 12:18:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/Opcode.h
r45609 r46187 182 182 #define OPCODE_ID_LENGTHS(id, length) const int id##_length = length; 183 183 FOR_EACH_OPCODE_ID(OPCODE_ID_LENGTHS); 184 #undef OPCODE_ID_ SIZES184 #undef OPCODE_ID_LENGTHS 185 185 186 186 #define OPCODE_LENGTH(opcode) opcode##_length
Note:
See TracChangeset
for help on using the changeset viewer.