Changeset 206408 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Sep 26, 2016, 7:46:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r206405 r206408 2540 2540 { 2541 2541 JSLockHolder locker(vm); 2542 auto scope = DECLARE_CATCH_SCOPE(*vm);2543 2542 2544 2543 int result; … … 2547 2546 2548 2547 GlobalObject* globalObject = GlobalObject::create(*vm, GlobalObject::createStructure(*vm, jsNull()), options.m_arguments); 2549 RETURN_IF_EXCEPTION(scope, 3);2550 2551 2548 bool success = runWithScripts(globalObject, options.m_scripts, options.m_uncaughtExceptionName, options.m_alwaysDumpUncaughtException, options.m_dump, options.m_module); 2552 2549 if (options.m_interactive && success)
Note:
See TracChangeset
for help on using the changeset viewer.