Home
last modified time | relevance | path

Searched refs:ProcessEmit (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/api/
Dhooks.cc52 return ProcessEmit(env, "beforeExit", exit_code).IsEmpty() ? in EmitProcessBeforeExit()
79 ProcessEmit(env, "exit", Integer::New(isolate, code)).IsEmpty() || in EmitProcessExit()
/third_party/node/src/
Dnode_process_events.cc21 MaybeLocal<Value> ProcessEmit(Environment* env, in ProcessEmit() function
Dnode_process.h26 v8::MaybeLocal<v8::Value> ProcessEmit(Environment* env,
Dinspector_agent.cc362 ProcessEmit(env, "internalMessage", message); in NotifyClusterWorkersDebugEnabled()