Home
last modified time | relevance | path

Searched refs:OnFatalError (Results 1 - 9 of 9) sorted by relevance

/third_party/node/src/
H A Djs_native_api_v8_internals.h38 [[noreturn]] inline void OnFatalError(const char* location, in OnFatalError() function
40 node::OnFatalError(location, message); in OnFatalError()
H A Dnode_errors.h23 [[noreturn]] void OnFatalError(const char* location, const char* message);
H A Dnode_watchdog.cc48 OnFatalError("node::Watchdog::Watchdog()", "Failed to initialize uv loop."); in Watchdog()
H A Dinspector_agent.cc39 using node::OnFatalError;
902 OnFatalError("\nnode::inspector::Agent::ToggleAsyncHook", in ToggleAsyncHook()
H A Djs_native_api_v8.h184 v8impl::OnFatalError( in CheckGCAccess()
H A Dnode_api.cc875 node::OnFatalError(location_string.c_str(), message_string.c_str()); in jsvm_fatal_error()
H A Dnode.h648 [[noreturn]] NODE_EXTERN void OnFatalError(const char* location,
H A Dnode_errors.cc502 [[noreturn]] void OnFatalError(const char* location, const char* message) { in OnFatalError() function
/third_party/node/src/api/
H A Denvironment.cc261 s.fatal_error_callback : OnFatalError; in SetIsolateErrorHandlers()
674 OnFatalError("InitializeContextRuntime()", "invalid --disable-proto mode"); in InitializeContextRuntime()

Completed in 13 milliseconds