Changeset 158751 in webkit for trunk/Source/JavaScriptCore/jit/JITExceptions.cpp
- Timestamp:
- Nov 6, 2013, 9:29:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITExceptions.cpp
r157636 r158751 50 50 catchRoutine = ExecutableBase::catchRoutineFor(handler, catchPCForInterpreter); 51 51 } else 52 catchRoutine = FunctionPtr(LLInt::getCodePtr(ctiOpThrowNotCaught)).value();52 catchRoutine = vm->getCTIStub(throwNotCaught).code().executableAddress(); 53 53 54 54 vm->callFrameForThrow = callFrame;
Note:
See TracChangeset
for help on using the changeset viewer.