Changeset 156818 in webkit for trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
- Timestamp:
- Oct 2, 2013, 7:44:18 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
r156668 r156818 38 38 #include "Interpreter.h" 39 39 #include "JIT.h" 40 #include "JITExceptions.h" 40 41 #include "JSActivation.h" 41 42 #include "JSCJSValue.h" … … 1268 1269 } 1269 1270 1271 LLINT_SLOW_PATH_DECL(slow_path_handle_exception) 1272 { 1273 LLINT_BEGIN_NO_SET_PC(); 1274 ASSERT(vm.exception()); 1275 genericUnwind(&vm, exec, vm.exception()); 1276 LLINT_END_IMPL(); 1277 } 1278 1270 1279 LLINT_SLOW_PATH_DECL(slow_path_resolve_scope) 1271 1280 {
Note:
See TracChangeset
for help on using the changeset viewer.