Home
last modified time | relevance | path

Searched refs:EmitDestroy (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dasync_wrap.cc265 AsyncWrap::EmitDestroy(p->env, p->asyncId); in WeakCallback()
348 void AsyncWrap::EmitDestroy(bool from_gc) { in EmitDestroy() function in node::AsyncWrap
349 AsyncWrap::EmitDestroy(env(), async_id_); in EmitDestroy()
361 AsyncWrap::EmitDestroy( in QueueDestroyAsyncId()
549 EmitDestroy(true /* from gc */); in ~AsyncWrap()
567 void AsyncWrap::EmitDestroy(Environment* env, double async_id) { in EmitDestroy() function in node::AsyncWrap
603 EmitDestroy(); in AsyncReset()
Dasync_wrap.h158 static void EmitDestroy(Environment* env, double async_id);
163 void EmitDestroy(bool from_gc = false);
Dnode_http_parser.cc488 parser->EmitDestroy(); in Free()
Dnode_api.cc482 node::AsyncWrap::EmitDestroy(node_env(), async_id_); in ~AsyncContext()
/third_party/node/src/api/
Dhooks.cc228 AsyncWrap::EmitDestroy(env, asyncContext.async_id); in EmitAsyncDestroy()