Changeset 149134 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Apr 25, 2013, 12:54:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r148720 r149134 571 571 if (!codeBlock) 572 572 return 0; 573 #if ENABLE(JIT)574 573 #if ENABLE(DFG_JIT) 575 574 if (codeBlock->getJITType() == JITCode::DFGJIT) … … 577 576 #endif 578 577 return callFrame->bytecodeOffsetForNonDFGCode(); 579 #else580 return 0;581 #endif582 578 } 583 579
Note:
See TracChangeset
for help on using the changeset viewer.