Changeset 59065 in webkit for trunk/JavaScriptCore/jit/JITOpcodes.cpp
- Timestamp:
- May 9, 2010, 7:17:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITOpcodes.cpp
r59064 r59065 964 964 } 965 965 966 void JIT::emit_op_new_regexp(Instruction* currentInstruction)967 {968 JITStubCall stubCall(this, cti_op_new_regexp);969 stubCall.addArgument(ImmPtr(m_codeBlock->regexp(currentInstruction[2].u.operand)));970 stubCall.call(currentInstruction[1].u.operand);971 }972 973 966 void JIT::emit_op_bitor(Instruction* currentInstruction) 974 967 {
Note:
See TracChangeset
for help on using the changeset viewer.