Home
last modified time | relevance | path

Searched refs:try_catch (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Transforms/LowerInvoke/
D2003-12-10-Crash.ll12 to label %invoke_cont.0 unwind label %try_catch
15 to label %try_exit unwind label %try_catch
16 try_catch: ; preds = %invoke_cont.0, %then
/external/llvm/test/Transforms/LowerInvoke/
D2003-12-10-Crash.ll12 to label %invoke_cont.0 unwind label %try_catch
15 to label %try_exit unwind label %try_catch
16 try_catch: ; preds = %invoke_cont.0, %then
/external/v8/samples/
Dshell.cc342 v8::TryCatch try_catch(isolate); in ExecuteString() local
349 ReportException(isolate, &try_catch); in ExecuteString()
354 assert(try_catch.HasCaught()); in ExecuteString()
357 ReportException(isolate, &try_catch); in ExecuteString()
360 assert(!try_catch.HasCaught()); in ExecuteString()
374 void ReportException(v8::Isolate* isolate, v8::TryCatch* try_catch) { in ReportException() argument
376 v8::String::Utf8Value exception(try_catch->Exception()); in ReportException()
378 v8::Local<v8::Message> message = try_catch->Message(); in ReportException()
406 if (try_catch->StackTrace(context).ToLocal(&stack_trace_string) && in ReportException()
Dprocess.cc217 TryCatch try_catch(GetIsolate()); in ExecuteScript() local
224 String::Utf8Value error(try_catch.Exception()); in ExecuteScript()
234 String::Utf8Value error(try_catch.Exception()); in ExecuteScript()
288 TryCatch try_catch(GetIsolate()); in Process() local
298 String::Utf8Value error(try_catch.Exception()); in Process()
/external/libmojo/mojo/edk/js/
Dmojo_runner_delegate.cc73 gin::TryCatch& try_catch) { in UnhandledException() argument
74 gin::ModuleRunnerDelegate::UnhandledException(runner, try_catch); in UnhandledException()
75 LOG(ERROR) << try_catch.GetStackTrace(); in UnhandledException()
Dmojo_runner_delegate.h26 gin::TryCatch& try_catch) override;
/external/v8/src/
Dd8.cc461 TryCatch try_catch(isolate); in ExecuteString() local
462 try_catch.SetVerbose(true); in ExecuteString()
474 if (report_exceptions) ReportException(isolate, &try_catch); in ExecuteString()
483 DCHECK(try_catch.HasCaught()); in ExecuteString()
485 if (report_exceptions) ReportException(isolate, &try_catch); in ExecuteString()
488 DCHECK(!try_catch.HasCaught()); in ExecuteString()
636 TryCatch try_catch(isolate); in FetchModuleTree() local
637 try_catch.SetVerbose(true); in FetchModuleTree()
649 ReportException(isolate, &try_catch); in FetchModuleTree()
690 TryCatch try_catch(isolate); in ExecuteModule() local
[all …]
Dd8.h328 static void ReportException(Isolate* isolate, TryCatch* try_catch);
Dmessages.cc142 v8::TryCatch try_catch(reinterpret_cast<v8::Isolate*>(isolate)); in ReportMessage() local
Dapi.cc429 TryCatch try_catch(isolate); in RunExtraCode() local
448 CHECK(!try_catch.HasCaught()); in RunExtraCode()
4332 TryCatch try_catch(reinterpret_cast<v8::Isolate*>(isolate)); in SetPrototype() local
8602 TryCatch try_catch(v8_isolate); in Utf8Value() local
8624 TryCatch try_catch(v8_isolate); in Value() local
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc395 v8::TryCatch try_catch; in ResolveProxy() local
399 if (try_catch.HasCaught()) { in ResolveProxy()
401 V8StringToUTF16(try_catch.Message()->Get())); in ResolveProxy()
532 v8::TryCatch try_catch; in RunScript() local
544 if (try_catch.HasCaught()) { in RunScript()
545 HandleError(try_catch.Message()); in RunScript()
/external/skia/experimental/SkV8Example/
DJsContext.cpp119 v8::TryCatch try_catch; in initialize() local
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
D2006-11-09-InlineCGUpdate-2.ll133 to label %try_exit.0 unwind label %try_catch.0
135 try_catch.0: ; preds = %entry
/external/llvm/test/Transforms/Inline/
D2006-11-09-InlineCGUpdate-2.ll132 to label %try_exit.0 unwind label %try_catch.0
134 try_catch.0: ; preds = %entry
/external/pdfium/fxjs/
Dfxjs_v8.cpp469 v8::TryCatch try_catch(m_isolate); in Execute() local
479 v8::String::Utf8Value error(try_catch.Exception()); in Execute()
486 v8::String::Utf8Value error(try_catch.Exception()); in Execute()
/external/pdfium/fpdfsdk/javascript/
DJS_Value.cpp137 v8::TryCatch try_catch(pIsolate); in MaybeCoerceToNumber() local
/external/v8/src/parsing/
Dparser.cc4897 Statement* try_catch; in RewriteYieldStar() local
4912 try_catch = factory()->NewTryCatchStatementForDesugaring( in RewriteYieldStar()
4920 try_block->statements()->Add(try_catch, zone()); in RewriteYieldStar()
5193 Statement* try_catch; in FinalizeIteratorUse() local
5217 try_catch = factory()->NewTryCatchStatementForReThrow( in FinalizeIteratorUse()
5225 try_block->statements()->Add(try_catch, zone()); in FinalizeIteratorUse()
/external/v8/src/debug/
Dliveedit.cc699 v8::TryCatch try_catch(reinterpret_cast<v8::Isolate*>(isolate)); in GatherCompileInfo() local
700 try_catch.SetVerbose(true); in GatherCompileInfo()
/external/toolchain-utils/dejagnu/gdb_baseline/
Dx86_64-cros-linux-gnu13460 Running ./gdb.cp/try_catch.exp ...
13461 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 1-throw
13462 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 1-catch
13463 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-start
13464 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-next
13465 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-throw
13466 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-catch
13467 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 3-throw
13468 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 3-catch
Darmv7a-cros-linux-gnueabi13080 Running ./gdb.cp/try_catch.exp ...
13081 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 1-throw
13082 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 1-catch
13083 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-start
13084 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-next
13085 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-throw
13086 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-catch
13087 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 3-throw
13088 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 3-catch
Di686-pc-linux-gnu13225 Running ./gdb.cp/try_catch.exp ...
13226 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 1-throw
13227 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 1-catch
13228 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-start
13229 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-next
13230 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-throw
13231 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-catch
13232 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 3-throw
13233 PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 3-catch