Changeset 39697 in webkit for trunk/JavaScriptCore/jit
- Timestamp:
- Jan 7, 2009, 5:46:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JIT.cpp
r39670 r39697 1 1 /* 2 * Copyright (C) 2008 Apple Inc. All rights reserved.2 * Copyright (C) 2008, 2009 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 1060 1060 emitPutJITStubArgConstant(currentInstruction[2].u.operand, 1); 1061 1061 emitPutJITStubArgConstant(JSValuePtr::encode(message), 2); 1062 emitPutJITStubArgConstant(m_ codeBlock->lineNumberForBytecodeOffset(m_bytecodeIndex), 3);1062 emitPutJITStubArgConstant(m_bytecodeIndex, 3); 1063 1063 emitCTICall(Interpreter::cti_op_new_error); 1064 1064 emitPutVirtualRegister(currentInstruction[1].u.operand);
Note:
See TracChangeset
for help on using the changeset viewer.