Home
last modified time | relevance | path

Searched refs:EmitAfter (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dasync_wrap.h160 static void EmitAfter(Environment* env, double async_id);
Dasync_wrap.cc186 void AsyncWrap::EmitAfter(Environment* env, double async_id) { in EmitAfter() function in node::AsyncWrap
/third_party/node/src/api/
Dcallback.cc104 AsyncWrap::EmitAfter(env_, async_context_.async_id); in Close()