/external/v8/tools/ |
D | generate-builtins-tests.py | 43 def TryCatch(result, string, exception_behavior = ""): function 54 TryCatch(result, "%s(%s);" % (full_name, GetVars(result, length))) 59 TryCatch(result, 88 TryCatch(result, call)
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | RobolectricGeneratorAdapter.java | 11 import org.robolectric.internal.bytecode.ClassInstrumentor.TryCatch; 82 public TryCatch tryStart(Type exceptionType) { in tryStart() 83 return new TryCatch(this, exceptionType); in tryStart()
|
D | ShadowDecorator.java | 12 import org.robolectric.internal.bytecode.ClassInstrumentor.TryCatch; 58 TryCatch tryCatchForProxyCall = generator.tryStart(THROWABLE_TYPE); in decorateMethodPreClassHandler()
|
D | OldClassInstrumentor.java | 113 TryCatch tryCatchForHandler = generator.tryStart(THROWABLE_TYPE); in generateCallToClassHandler() 159 TryCatch tryCatchForDirect = generator.tryStart(THROWABLE_TYPE); in generateCallToClassHandler()
|
D | ClassInstrumentor.java | 521 static class TryCatch { class in ClassInstrumentor 527 TryCatch(GeneratorAdapter generatorAdapter, Type type) { in TryCatch() method in ClassInstrumentor.TryCatch
|
/external/v8/src/inspector/ |
D | 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; } in tryCatch() 142 v8::TryCatch m_tryCatch;
|
D | v8-regex.cc | 23 v8::TryCatch tryCatch(isolate); in V8Regex() 55 v8::TryCatch tryCatch(isolate); in match()
|
D | v8-value-utils.cc | 109 v8::TryCatch tryCatch(context->GetIsolate()); in createDataProperty() 119 v8::TryCatch tryCatch(context->GetIsolate()); in createDataProperty()
|
D | v8-injected-script-host.cc | 140 v8::TryCatch tryCatch(isolate); in getPropertyCallback() 286 v8::TryCatch tryCatch(isolate); in getInternalPropertiesCallback() 396 v8::TryCatch tryCatch(isolate); in typedArrayPropertiesCallback()
|
D | v8-function-call.cc | 69 v8::TryCatch tryCatch(m_context->GetIsolate()); in call()
|
D | injected-script.cc | 265 v8::TryCatch tryCatch(isolate); in create() 346 v8::TryCatch tryCatch(m_context->isolate()); in getProperties() 562 const v8::TryCatch& tryCatch, const String16& objectGroup, in createExceptionDetails() 609 v8::MaybeLocal<v8::Value> maybeResultValue, const v8::TryCatch& tryCatch, in wrapEvaluateResult()
|
/external/v8/src/ |
D | d8-console.cc | 91 v8::TryCatch try_catch(isolate_); in Time() 115 v8::TryCatch try_catch(isolate_); in TimeEnd() 135 v8::TryCatch try_catch(isolate_); in TimeStamp()
|
D | isolate.h | 413 FIELD_ACCESSOR(v8::TryCatch*, try_catch_handler) in FIELD_ACCESSOR() argument 427 v8::TryCatch::JSStackComparableAddress(try_catch_handler())); in FIELD_ACCESSOR() 490 v8::TryCatch* try_catch_handler_ = nullptr; 738 v8::TryCatch* try_catch_handler() { in THREAD_LOCAL_TOP_ADDRESS() 915 void RestorePendingMessageFromTryCatch(v8::TryCatch* handler); 917 void CancelScheduledExceptionFromTryCatch(v8::TryCatch* handler); 963 void RegisterTryCatchHandler(v8::TryCatch* that); 964 void UnregisterTryCatchHandler(v8::TryCatch* that);
|
D | d8.cc | 513 TryCatch try_catch(isolate); in ExecuteString() 549 TryCatch ignore_try_catch(isolate); in ExecuteString() 865 TryCatch try_catch(isolate); in DoHostImportModuleDynamically() 907 TryCatch try_catch(isolate); in ExecuteModule() 1081 TryCatch try_catch(isolate); in CreateRealm() 1262 v8::TryCatch try_catch(args.GetIsolate()); in WriteToFile() 1527 void Shell::ReportException(Isolate* isolate, v8::TryCatch* try_catch) { in ReportException() 1703 v8::TryCatch try_catch(isolate); in Stringify() 2334 v8::TryCatch try_catch(isolate_); in Send() 2716 v8::TryCatch try_catch(isolate); in ExecuteInThread() [all …]
|
D | async-hooks-wrapper.cc | 233 TryCatch try_catch(hooks->isolate_); in PromiseHookDispatch()
|
D | isolate.cc | 261 for (v8::TryCatch* block = thread->try_catch_handler(); block != nullptr; in Iterate() 310 void Isolate::RegisterTryCatchHandler(v8::TryCatch* that) { in RegisterTryCatchHandler() 315 void Isolate::UnregisterTryCatchHandler(v8::TryCatch* that) { in UnregisterTryCatchHandler() 1609 void Isolate::RestorePendingMessageFromTryCatch(v8::TryCatch* handler) { in Throw() 1620 void Isolate::CancelScheduledExceptionFromTryCatch(v8::TryCatch* handler) { in Throw() 1956 v8::TryCatch* handler = try_catch_handler(); in Throw() 2808 v8::TryCatch* handler = try_catch_handler(); in Throw()
|
D | api.cc | 2658 v8::TryCatch::TryCatch(v8::Isolate* isolate) in TryCatch() function in v8::v8::TryCatch 2675 v8::TryCatch::~TryCatch() { in ~TryCatch() 2704 void* v8::TryCatch::operator new(size_t) { base::OS::Abort(); } in operator new() 2705 void* v8::TryCatch::operator new[](size_t) { base::OS::Abort(); } in operator new[]() 2706 void v8::TryCatch::operator delete(void*, size_t) { base::OS::Abort(); } in operator delete() 2707 void v8::TryCatch::operator delete[](void*, size_t) { base::OS::Abort(); } in operator delete[]() 2709 bool v8::TryCatch::HasCaught() const { in HasCaught() 2714 bool v8::TryCatch::CanContinue() const { in CanContinue() 2719 bool v8::TryCatch::HasTerminated() const { in HasTerminated() 2724 v8::Local<v8::Value> v8::TryCatch::ReThrow() { in ReThrow() [all …]
|
/external/v8/samples/ |
D | shell.cc | 60 void ReportException(v8::Isolate* isolate, v8::TryCatch* handler); 341 v8::TryCatch try_catch(isolate); in ExecuteString() 373 void ReportException(v8::Isolate* isolate, v8::TryCatch* try_catch) { in ReportException()
|
D | process.cc | 60 using v8::TryCatch; 240 TryCatch try_catch(GetIsolate()); in ExecuteScript() 312 TryCatch try_catch(GetIsolate()); in Process()
|
/external/pdfium/fxjs/ |
D | cfxjse_context.cpp | 47 v8::TryCatch& trycatch) { in CreateReturnValue() 231 v8::TryCatch trycatch(m_pIsolate); in ExecuteScript()
|
D | cjs_runtime.cpp | 281 v8::TryCatch try_catch(pIsolate); in MaybeCoerceToNumber()
|
/external/chromium-libpac/src/ |
D | proxy_resolver_v8.cc | 392 v8::TryCatch try_catch(isolate_); in ResolveProxy() 528 v8::TryCatch try_catch(isolate_); in RunScript()
|
/external/v8/src/wasm/ |
D | wasm-engine.cc | 88 v8::TryCatch catcher(reinterpret_cast<v8::Isolate*>(isolate)); in AsyncInstantiate()
|
/external/clang/unittests/Format/ |
D | FormatTestJS.cpp | 754 TEST_F(FormatTestJS, TryCatch) { in TEST_F() argument
|
/external/v8/src/snapshot/ |
D | mksnapshot.cc | 285 v8::TryCatch try_catch(isolate); in RunExtraCode()
|