Changeset 126129 in webkit for trunk/Source/JavaScriptCore/runtime/Executable.cpp
- Timestamp:
- Aug 20, 2012, 8:52:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Executable.cpp
r125982 r126129 200 200 #if !ENABLE(JIT) 201 201 UNUSED_PARAM(jitType); 202 UNUSED_PARAM(bytecodeIndex); 202 203 #endif 203 204 JSObject* exception = 0; … … 326 327 #if !ENABLE(JIT) 327 328 UNUSED_PARAM(jitType); 329 UNUSED_PARAM(bytecodeIndex); 328 330 #endif 329 331 JSObject* exception = 0; … … 511 513 UNUSED_PARAM(jitType); 512 514 UNUSED_PARAM(exec); 515 UNUSED_PARAM(bytecodeIndex); 513 516 #endif 514 517 ASSERT((jitType == JITCode::bottomTierJIT()) == !m_codeBlockForCall); … … 552 555 UNUSED_PARAM(jitType); 553 556 UNUSED_PARAM(exec); 557 UNUSED_PARAM(bytecodeIndex); 554 558 #endif 555 559
Note:
See TracChangeset
for help on using the changeset viewer.