Changeset 34372 in webkit for trunk/JavaScriptCore/VM/Opcode.h
- Timestamp:
- Jun 4, 2008, 10:36:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Opcode.h
r34371 r34372 122 122 \ 123 123 macro(op_end) // end must be the last opcode in the list 124 124 125 125 #define OPCODE_ID_ENUM(opcode) opcode, 126 126 typedef enum { FOR_EACH_OPCODE_ID(OPCODE_ID_ENUM) } OpcodeID;
Note:
See TracChangeset
for help on using the changeset viewer.