/art/test/542-inline-trycatch/src/ |
Main.java | 39 private static int $noinline$TryCatch(String str) { 124 val = $noinline$TryCatch("42"); 131 val = $noinline$TryCatch("xyz"); 144 val = $noinline$TryCatch("42"); 151 val = $noinline$TryCatch("xyz");
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
RobolectricGeneratorAdapter.java | 11 import org.robolectric.internal.bytecode.ClassInstrumentor.TryCatch; 82 public TryCatch tryStart(Type exceptionType) { 83 return new TryCatch(this, exceptionType);
|
ShadowDecorator.java | 12 import org.robolectric.internal.bytecode.ClassInstrumentor.TryCatch; 58 TryCatch tryCatchForProxyCall = generator.tryStart(THROWABLE_TYPE);
|
OldClassInstrumentor.java | 113 TryCatch tryCatchForHandler = generator.tryStart(THROWABLE_TYPE); 159 TryCatch tryCatchForDirect = generator.tryStart(THROWABLE_TYPE);
|
ClassInstrumentor.java | 521 static class TryCatch { 527 TryCatch(GeneratorAdapter generatorAdapter, Type type) {
|
/external/v8/tools/ |
generate-builtins-tests.py | 43 def TryCatch(result, string, exception_behavior = ""): 54 TryCatch(result, "%s(%s);" % (full_name, GetVars(result, length))) 59 TryCatch(result, 88 TryCatch(result, call)
|
/external/v8/src/inspector/ |
v8-regex.cc | 23 v8::TryCatch tryCatch(isolate); 34 else if (tryCatch.HasCaught()) 35 m_errorMessage = toProtocolString(isolate, tryCatch.Message()->Get()); 55 v8::TryCatch tryCatch(isolate);
|
injected-script.h | 105 const v8::TryCatch&, const String16& groupName, bool generatePreview, 108 v8::MaybeLocal<v8::Value> maybeResultValue, const v8::TryCatch&, 126 const v8::TryCatch& tryCatch() const { return m_tryCatch; } 142 v8::TryCatch m_tryCatch;
|
v8-value-utils.cc | 109 v8::TryCatch tryCatch(context->GetIsolate()); 119 v8::TryCatch tryCatch(context->GetIsolate());
|
v8-function-call.cc | 69 v8::TryCatch tryCatch(m_context->GetIsolate()); 70 tryCatch.SetVerbose(reportExceptions); 73 hadException = tryCatch.HasCaught();
|
v8-injected-script-host.cc | 140 v8::TryCatch tryCatch(isolate); 286 v8::TryCatch tryCatch(isolate); 292 if (tryCatch.HasCaught()) return; 298 if (tryCatch.HasCaught()) { 299 tryCatch.Reset(); 308 if (tryCatch.HasCaught()) { 309 tryCatch.Reset(); 396 v8::TryCatch tryCatch(isolate) [all...] |
injected-script.cc | 265 v8::TryCatch tryCatch(isolate); 346 v8::TryCatch tryCatch(m_context->isolate()); 348 if (tryCatch.HasCaught()) { 350 tryCatch, groupName, generatePreview, exceptionDetails); 562 const v8::TryCatch& tryCatch, const String16& objectGroup, 564 if (!tryCatch.HasCaught()) return Response::InternalError(); 565 v8::Local<v8::Message> message = tryCatch.Message() [all...] |
/external/v8/src/ |
d8-console.cc | 91 v8::TryCatch try_catch(isolate_); 115 v8::TryCatch try_catch(isolate_); 135 v8::TryCatch try_catch(isolate_);
|
isolate.h | 413 FIELD_ACCESSOR(v8::TryCatch*, try_catch_handler) 427 v8::TryCatch::JSStackComparableAddress(try_catch_handler())); 490 v8::TryCatch* try_catch_handler_ = nullptr; 738 v8::TryCatch* try_catch_handler() { [all...] |
d8.cc | 513 TryCatch try_catch(isolate); 549 TryCatch ignore_try_catch(isolate); 865 TryCatch try_catch(isolate); 907 TryCatch try_catch(isolate); [all...] |
async-hooks-wrapper.cc | 233 TryCatch try_catch(hooks->isolate_);
|
isolate.cc | 261 for (v8::TryCatch* block = thread->try_catch_handler(); block != nullptr; 310 void Isolate::RegisterTryCatchHandler(v8::TryCatch* that) { 315 void Isolate::UnregisterTryCatchHandler(v8::TryCatch* that) { [all...] |
/external/pdfium/fxjs/ |
cfxjse_context.cpp | 47 v8::TryCatch& trycatch) { 49 if (trycatch.HasCaught()) { 50 v8::Local<v8::Value> hException = trycatch.Exception(); 51 v8::Local<v8::Message> hMessage = trycatch.Message(); 231 v8::TryCatch trycatch(m_pIsolate); 236 if (!trycatch.HasCaught()) { 238 if (!trycatch.HasCaught()) { 246 CreateReturnValue(m_pIsolate, trycatch)); [all...] |
cjs_runtime.cpp | 281 v8::TryCatch try_catch(pIsolate);
|
/external/v8/samples/ |
process.cc | 60 using v8::TryCatch; 240 TryCatch try_catch(GetIsolate()); 256 // The TryCatch above is still in effect and will have caught the error. 312 TryCatch try_catch(GetIsolate());
|
shell.cc | 60 void ReportException(v8::Isolate* isolate, v8::TryCatch* handler); 341 v8::TryCatch try_catch(isolate); 373 void ReportException(v8::Isolate* isolate, v8::TryCatch* try_catch) {
|
/external/clang/unittests/Format/ |
FormatTestJS.cpp | 754 TEST_F(FormatTestJS, TryCatch) { [all...] |
/external/v8/src/snapshot/ |
mksnapshot.cc | 285 v8::TryCatch try_catch(isolate);
|
/external/v8/src/wasm/ |
wasm-engine.cc | 84 // Instantiate a TryCatch so that caught exceptions won't progagate out. 86 // TODO(clemensh): Avoid TryCatch, use Execution::TryCall internally to invoke 88 v8::TryCatch catcher(reinterpret_cast<v8::Isolate*>(isolate));
|
/external/chromium-libpac/src/ |
proxy_resolver_v8.cc | 392 v8::TryCatch try_catch(isolate_); 528 v8::TryCatch try_catch(isolate_);
|