Home
last modified time | relevance | path

Searched refs:EmitAsyncDestroy (Results 1 - 4 of 4) sorted by relevance

/third_party/node/src/api/
H A Dhooks.cc227 void EmitAsyncDestroy(Isolate* isolate, async_context asyncContext) { in EmitAsyncDestroy() function
228 EmitAsyncDestroy(Environment::GetCurrent(isolate), asyncContext); in EmitAsyncDestroy()
231 void EmitAsyncDestroy(Environment* env, async_context asyncContext) { in EmitAsyncDestroy() function
H A Dasync_resource.cc26 EmitAsyncDestroy(env_, async_context_); in ~AsyncResource()
/third_party/node/test/addons/async-hello-world/
H A Dbinding.cc52 node::EmitAsyncDestroy(isolate, req->context); in AfterAsync()
/third_party/node/src/
H A Dnode.h1202 NODE_EXTERN void EmitAsyncDestroy(v8::Isolate* isolate,
1204 NODE_EXTERN void EmitAsyncDestroy(Environment* env,

Completed in 3 milliseconds