Changeset 39265 in webkit for trunk/JavaScriptCore/jit/JIT.h
- Timestamp:
- Dec 12, 2008, 7:03:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JIT.h
r39261 r39265 75 75 #define ARG_regexp1 static_cast<RegExp*>(ARGS[1]) 76 76 #define ARG_pni1 static_cast<JSPropertyNameIterator*>(ARGS[1]) 77 #define ARG_instr1 static_cast<Instruction*>(ARGS[1])78 #define ARG_instr2 static_cast<Instruction*>(ARGS[2])79 #define ARG_instr3 static_cast<Instruction*>(ARGS[3])80 77 #define ARG_instr4 static_cast<Instruction*>(ARGS[4]) 81 #define ARG_instr5 static_cast<Instruction*>(ARGS[5])82 #define ARG_instr6 static_cast<Instruction*>(ARGS[6])83 78 #define ARG_returnAddress2 static_cast<void*>(ARGS[2]) 84 79 #define ARG_codeBlock4 static_cast<CodeBlock*>(ARGS[4])
Note:
See TracChangeset
for help on using the changeset viewer.