Home
last modified time | relevance | path

Searched refs:EmitAsyncInit (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/api/
Dhooks.cc192 async_context EmitAsyncInit(Isolate* isolate, in EmitAsyncInit() function
200 return EmitAsyncInit(isolate, resource, type, trigger_async_id); in EmitAsyncInit()
203 async_context EmitAsyncInit(Isolate* isolate, in EmitAsyncInit() function
221 AsyncWrap::EmitAsyncInit(env, resource, name, context.async_id, in EmitAsyncInit()
Dasync_resource.cc21 async_context_ = EmitAsyncInit(isolate, resource, name, in AsyncResource()
/third_party/node/test/addons/async-hello-world/
Dbinding.cc70 req->context = node::EmitAsyncInit(isolate, v8::Object::New(isolate), "test"); in Method()
/third_party/node/src/
Dasync_wrap.h165 static void EmitAsyncInit(Environment* env,
Dasync_wrap.cc622 EmitAsyncInit(env(), resource, in AsyncReset()
628 void AsyncWrap::EmitAsyncInit(Environment* env, in EmitAsyncInit() function in node::AsyncWrap
Dnode.h1186 NODE_EXTERN async_context EmitAsyncInit(v8::Isolate* isolate,
1191 NODE_EXTERN async_context EmitAsyncInit(v8::Isolate* isolate,
Dnode_api.cc551 node::AsyncWrap::EmitAsyncInit(node_env(), in AsyncContext()