Changeset 52231 in webkit for trunk/JavaScriptCore/bytecode
- Timestamp:
- Dec 16, 2009, 7:50:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/Opcode.h
r51735 r52231 197 197 198 198 #if HAVE(COMPUTED_GOTO) 199 typedef void* Opcode;199 typedef const void* Opcode; 200 200 #else 201 201 typedef OpcodeID Opcode;
Note:
See TracChangeset
for help on using the changeset viewer.