Changeset 37664 in webkit for trunk/JavaScriptCore/VM/CodeGenerator.cpp
- Timestamp:
- Oct 17, 2008, 3:26:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeGenerator.cpp
r37433 r37664 1169 1169 emitOpcode(op_tear_off_activation); 1170 1170 instructions().append(m_activationRegisterIndex); 1171 } else if (m_codeBlock->usesArguments )1171 } else if (m_codeBlock->usesArguments && m_codeBlock->numParameters > 1) 1172 1172 emitOpcode(op_tear_off_arguments); 1173 1173
Note:
See TracChangeset
for help on using the changeset viewer.