Searched refs:ReportUncaughtException (Results 1 – 3 of 3) sorted by relevance
66 void ReportUncaughtException(v8::Local<v8::Value> error,
495 void ReportUncaughtException(Local<Value> error, Local<Message> message) { in ReportUncaughtException() function in node::inspector::NodeInspectorClient791 void Agent::ReportUncaughtException(Local<Value> error, in ReportUncaughtException() function in node::inspector::Agent795 client_->ReportUncaughtException(error, message); in ReportUncaughtException()
297 env->inspector_agent()->ReportUncaughtException(error, message); in ReportFatalException()