Home
last modified time | relevance | path

Searched refs:TriggerUncaughtException (Results 1 - 7 of 7) sorted by relevance

/third_party/node/src/
H A Djs_stream.cc51 errors::TriggerUncaughtException(env()->isolate(), try_catch); in IsClosing()
67 errors::TriggerUncaughtException(env()->isolate(), try_catch); in ReadStart()
82 errors::TriggerUncaughtException(env()->isolate(), try_catch); in ReadStop()
104 errors::TriggerUncaughtException(env()->isolate(), try_catch); in DoShutdown()
138 errors::TriggerUncaughtException(env()->isolate(), try_catch); in DoWrite()
H A Djs_udp_wrap.cc71 errors::TriggerUncaughtException(env()->isolate(), try_catch); in RecvStart()
85 errors::TriggerUncaughtException(env()->isolate(), try_catch); in RecvStop()
120 errors::TriggerUncaughtException(env()->isolate(), try_catch); in Send()
H A Dnode_errors.cc951 TriggerUncaughtException(isolate, error, message); in PerIsolateMessageListener()
999 static void TriggerUncaughtException(const FunctionCallbackInfo<Value>& args) { in TriggerUncaughtException() function
1010 errors::TriggerUncaughtException(isolate, exception, message, from_promise); in TriggerUncaughtException()
1020 registry->Register(TriggerUncaughtException); in RegisterExternalReferences()
1047 context, target, "triggerUncaughtException", TriggerUncaughtException); in Initialize()
1086 void TriggerUncaughtException(Isolate* isolate, in TriggerUncaughtException() function
1181 void TriggerUncaughtException(Isolate* isolate, const v8::TryCatch& try_catch) { in TriggerUncaughtException() function
1184 // TriggerUncaughtException()). in TriggerUncaughtException()
1191 // TriggerUncaughtException() because it will invoke in TriggerUncaughtException()
1196 TriggerUncaughtException(isolat in TriggerUncaughtException()
[all...]
H A Dnode_errors.h264 void TriggerUncaughtException(v8::Isolate* isolate,
266 void TriggerUncaughtException(v8::Isolate* isolate,
H A Dnode_api.cc82 node::errors::TriggerUncaughtException(isolate, local_err, local_msg); in trigger_fatal_exception()
H A Denv.cc1110 errors::TriggerUncaughtException(isolate(), try_catch); in RunAndClearNativeImmediates()
/third_party/node/src/api/
H A Dexceptions.cc247 errors::TriggerUncaughtException(isolate, try_catch); in FatalException()

Completed in 15 milliseconds