Home
last modified time | relevance | path

Searched defs:try_catch (Results 1 – 19 of 19) sorted by relevance

/third_party/node/src/
Djs_stream.cc46 TryCatchScope try_catch(env()); in IsClosing() local
60 TryCatchScope try_catch(env()); in ReadStart() local
75 TryCatchScope try_catch(env()); in ReadStop() local
95 TryCatchScope try_catch(env()); in DoShutdown() local
129 TryCatchScope try_catch(env()); in DoWrite() local
Djs_udp_wrap.cc61 TryCatchScope try_catch(env()); in RecvStart() local
75 TryCatchScope try_catch(env()); in RecvStop() local
91 TryCatchScope try_catch(env()); in Send() local
Dmodule_wrap.cc153 TryCatchScope try_catch(env); in New() local
315 TryCatchScope try_catch(env); in Instantiate() local
354 TryCatchScope try_catch(env); in Evaluate() local
626 TryCatchScope try_catch(env); in HostInitializeImportMetaObjectCallback() local
655 TryCatchScope try_catch(env); in SyntheticModuleEvaluationStepsCallback() local
Dnode_errors.cc202 const v8::TryCatch& try_catch) { in PrintCaughtException()
876 const errors::TryCatchScope& try_catch) { in DecorateErrorStack()
956 errors::TryCatchScope try_catch(env, in TriggerUncaughtException() local
1005 void TriggerUncaughtException(Isolate* isolate, const v8::TryCatch& try_catch) { in TriggerUncaughtException()
Dnode_task_queue.cc82 TryCatchScope try_catch(env); in PromiseRejectCallback() local
Dasync_wrap.cc108 TryCatchScope try_catch(env, TryCatchScope::CatchMode::kFatal); in DestroyAsyncIdsCallback() local
137 TryCatchScope try_catch(env, TryCatchScope::CatchMode::kFatal); in Emit() local
674 TryCatchScope try_catch(env, TryCatchScope::CatchMode::kFatal); in EmitAsyncInit() local
Denv.cc250 TryCatchScope try_catch(env_); in UpdateTraceCategoryState() local
450 TryCatch try_catch(isolate()); in ~Environment() local
733 TryCatchScope try_catch(this); in RunAndClearNativeImmediates() local
845 TryCatchScope try_catch(env); in RunTimers() local
Dnode_contextify.cc300 TryCatchScope try_catch(env); in MakeContext() local
767 TryCatchScope try_catch(env); in New() local
947 TryCatchScope try_catch(env); in EvalMachine() local
1135 TryCatchScope try_catch(env); in CompileFunction() local
Dnode_report.cc482 TryCatch try_catch(isolate); in PrintJavaScriptErrorProperties() local
517 TryCatch try_catch(isolate); in PrintJavaScriptErrorStack() local
Dinspector_profiler.cc240 TryCatchScope try_catch(env()); local
Dnode_worker.cc300 TryCatch try_catch(isolate_); in Run() local
Dinspector_agent.cc855 v8::TryCatch try_catch(isolate); in ToggleAsyncHook() local
Dnode_messaging.cc757 TryCatchScope try_catch(env()); in OnMessage() local
Dnode_url.cc1915 TryCatchScope try_catch(env, TryCatchScope::CatchMode::kFatal); in ToObject() local
Dnode_crypto.cc6991 TryCatch try_catch{env->isolate()}; in Initialize() local
/third_party/node/test/addons/async-hello-world/
Dbinding.cc43 v8::TryCatch try_catch(isolate); in AfterAsync() local
/third_party/cef/libcef/renderer/
Dv8_impl.cc1089 v8::TryCatch try_catch(isolate); in Eval() local
1902 v8::TryCatch try_catch(isolate); in DeleteValue() local
1928 v8::TryCatch try_catch(isolate); in DeleteValue() local
1949 v8::TryCatch try_catch(isolate); in GetValue() local
1979 v8::TryCatch try_catch(isolate); in GetValue() local
2008 v8::TryCatch try_catch(isolate); in SetValue() local
2052 v8::TryCatch try_catch(isolate); in SetValue() local
2095 v8::TryCatch try_catch(isolate); in SetValue() local
2428 v8::TryCatch try_catch(isolate); in ExecuteFunctionWithContext() local
2447 v8::TryCatch& try_catch) { in HasCaught()
/third_party/node/src/api/
Dexceptions.cc242 void FatalException(Isolate* isolate, const v8::TryCatch& try_catch) { in FatalException()
Denvironment.cc70 TryCatchScope try_catch(env); in PrepareStackTraceCallback() local