Changeset 206401 in webkit for trunk/Source/JavaScriptCore/jit/JITExceptions.cpp
- Timestamp:
- Sep 26, 2016, 4:11:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITExceptions.cpp
r205569 r206401 43 43 void genericUnwind(VM* vm, ExecState* callFrame, UnwindStart unwindStart) 44 44 { 45 auto scope = DECLARE_ THROW_SCOPE(*vm);45 auto scope = DECLARE_CATCH_SCOPE(*vm); 46 46 if (Options::breakOnThrow()) { 47 47 CodeBlock* codeBlock = callFrame->codeBlock();
Note:
See TracChangeset
for help on using the changeset viewer.