Changeset 189775 in webkit for trunk/Source/JavaScriptCore/jit/JITExceptions.cpp
- Timestamp:
- Sep 14, 2015, 9:05:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITExceptions.cpp
r189454 r189775 64 64 catchRoutine = LLInt::getCodePtr(handleUncaughtException); 65 65 66 vm->callFrameFor Throw= callFrame;66 vm->callFrameForCatch = callFrame; 67 67 vm->targetMachinePCForThrow = catchRoutine; 68 68 vm->targetInterpreterPCForThrow = catchPCForInterpreter;
Note:
See TracChangeset
for help on using the changeset viewer.