Changeset 143411 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Feb 19, 2013, 4:47:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r140619 r143411 652 652 } else 653 653 #endif 654 { 655 RELEASE_ASSERT(callerCodeBlock); 654 656 bytecodeOffset = callerCodeBlock->bytecodeOffset(callerFrame, callFrame->returnPC()); 655 #endif 656 } 657 657 } 658 #endif 659 } 660 661 RELEASE_ASSERT(callerCodeBlock); 658 662 lineNumber = callerCodeBlock->lineNumberForBytecodeOffset(bytecodeOffset); 659 663 return callerFrame;
Note:
See TracChangeset
for help on using the changeset viewer.