Changeset 206401 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Sep 26, 2016, 4:11:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r206386 r206401 679 679 NEVER_INLINE HandlerInfo* Interpreter::unwind(VM& vm, CallFrame*& callFrame, Exception* exception, UnwindStart unwindStart) 680 680 { 681 auto scope = DECLARE_ THROW_SCOPE(vm);681 auto scope = DECLARE_CATCH_SCOPE(vm); 682 682 683 683 if (unwindStart == UnwindFromCallerFrame) {
Note:
See TracChangeset
for help on using the changeset viewer.