Home
last modified time | relevance | path

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

12

/third_party/node/src/
Djs_stream.cc47 TryCatchScope try_catch(env()); in IsClosing() local
61 TryCatchScope try_catch(env()); in ReadStart() local
76 TryCatchScope try_catch(env()); in ReadStop() local
96 TryCatchScope try_catch(env()); in DoShutdown() local
130 TryCatchScope try_catch(env()); in DoWrite() local
Djs_udp_wrap.cc65 TryCatchScope try_catch(env()); in RecvStart() local
79 TryCatchScope try_catch(env()); in RecvStop() local
95 TryCatchScope try_catch(env()); in Send() local
Dnode_errors.cc56 v8::TryCatch try_catch(isolate); in GetSourceMapErrorSource() local
265 const v8::TryCatch& try_catch) { in FormatCaughtException()
273 const v8::TryCatch& try_catch) { in PrintCaughtException()
564 errors::TryCatchScope try_catch(env); in ModifyCodeGenerationFromStrings() local
1051 const errors::TryCatchScope& try_catch) { in DecorateErrorStack()
1132 errors::TryCatchScope try_catch(env, in TriggerUncaughtException() local
1181 void TriggerUncaughtException(Isolate* isolate, const v8::TryCatch& try_catch) { in TriggerUncaughtException()
Dmodule_wrap.cc152 TryCatchScope try_catch(env); in New() local
338 TryCatchScope try_catch(env); in Instantiate() local
377 TryCatchScope try_catch(env); in Evaluate() local
655 TryCatchScope try_catch(env); in HostInitializeImportMetaObjectCallback() local
684 TryCatchScope try_catch(env); in SyntheticModuleEvaluationStepsCallback() local
Dasync_wrap.cc69 TryCatchScope try_catch(env, TryCatchScope::CatchMode::kFatal); in DestroyAsyncIdsCallback() local
98 TryCatchScope try_catch(env, TryCatchScope::CatchMode::kFatal); in Emit() local
652 TryCatchScope try_catch(env, TryCatchScope::CatchMode::kFatal); in EmitAsyncInit() local
Dnode_task_queue.cc118 TryCatchScope try_catch(env); in PromiseRejectCallback() local
Dnode_contextify.cc389 TryCatchScope try_catch(env); in MakeContext() local
859 TryCatchScope try_catch(env); in New() local
1045 TryCatchScope try_catch(env); in EvalMachine() local
1233 TryCatchScope try_catch(env); in CompileFunction() local
Denv.cc526 TryCatchScope try_catch(env_); in UpdateTraceCategoryState() local
791 TryCatch try_catch(isolate()); in ~Environment() local
1078 TryCatchScope try_catch(this); in RunAndClearNativeImmediates() local
1189 TryCatchScope try_catch(env); in RunTimers() local
Dnode_report.cc389 TryCatch try_catch(isolate); in PrintJavaScriptErrorProperties() local
518 TryCatch try_catch(isolate); in PrintJavaScriptErrorStack() local
Dudp_wrap.cc741 TryCatchScope try_catch(env); in OnRecv() local
760 TryCatchScope try_catch(env); in OnRecv() local
Dstream_wrap.cc211 TryCatchScope try_catch(wrap->env()); in ReadStart() local
Dinspector_profiler.cc235 TryCatchScope try_catch(env()); local
Dnode_worker.cc307 TryCatch try_catch(isolate_); in Run() local
Dinspector_agent.cc897 v8::TryCatch try_catch(isolate); in ToggleAsyncHook() local
Dnode_messaging.cc799 TryCatchScope try_catch(env()); in OnMessage() local
/third_party/node/deps/v8/src/d8/
Dd8-console.cc82 v8::TryCatch try_catch(isolate_); in Time() local
107 v8::TryCatch try_catch(isolate_); in TimeEnd() local
129 v8::TryCatch try_catch(isolate_); in TimeStamp() local
Dd8.cc721 TryCatch try_catch(isolate); in ExecuteString() local
1136 TryCatch try_catch(isolate); in JSONModuleEvaluationSteps() local
1299 TryCatch try_catch(isolate); in DoHostImportModuleDynamically() local
1375 TryCatch try_catch(isolate); in ExecuteModule() local
1435 TryCatch try_catch(isolate); in ExecuteWebSnapshot() local
1467 TryCatch try_catch(isolate); in LoadJSON() local
1775 TryCatch try_catch(isolate); in CreateRealm() local
1987 TryCatch try_catch(isolate); in RealmTakeWebSnapshot() local
2269 v8::TryCatch try_catch(args.GetIsolate()); in WriteToFile() local
2807 void Shell::ReportException(v8::Isolate* isolate, v8::TryCatch* try_catch) { in ReportException()
[all …]
Dasync-hooks-wrapper.cc181 TryCatch try_catch(isolate); in ShellPromiseHook() local
/third_party/node/test/addons/async-hello-world/
Dbinding.cc32 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.cc246 void FatalException(Isolate* isolate, const v8::TryCatch& try_catch) { in FatalException()
Denvironment.cc81 TryCatchScope try_catch(env); in PrepareStackTraceCallback() local
/third_party/node/deps/v8/src/snapshot/
Dsnapshot.cc712 v8::TryCatch try_catch(isolate); in RunExtraCode() local
/third_party/node/src/crypto/
Dcrypto_util.cc142 TryCatch try_catch{isolate}; in InitCryptoOnce() local
/third_party/node/deps/v8/src/execution/
Dmessages.cc191 v8::TryCatch try_catch(reinterpret_cast<v8::Isolate*>(isolate)); in ReportMessageNoExceptions() local

12