Changeset 153273 in webkit for trunk/Source/JavaScriptCore/jit/JITExceptions.cpp
- Timestamp:
- Jul 24, 2013, 9:04:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITExceptions.cpp
r153222 r153273 44 44 ASSERT(!callFrame->hasHostCallFrameFlag()); 45 45 46 #if ENABLE(DFG_JIT) 46 47 if (callFrame->hasLocationAsCodeOriginIndex()) 47 48 return callFrame->bytecodeOffsetFromCodeOriginIndex(); 49 #endif 48 50 49 51 return callFrame->locationAsBytecodeOffset();
Note:
See TracChangeset
for help on using the changeset viewer.