Home
last modified time | relevance | path

Searched refs:GetAsyncId (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/addons/async-resource/
H A Dbinding.cc92 void GetAsyncId(const FunctionCallbackInfo<Value>& args) { in GetAsyncId() function
126 NODE_SET_METHOD(exports, "getAsyncId", GetAsyncId); in Initialize()
/third_party/node/src/
H A Dasync_wrap.cc247 void AsyncWrap::GetAsyncId(const FunctionCallbackInfo<Value>& args) { in GetAsyncId() function in node::AsyncWrap
344 SetProtoMethod(isolate, tmpl, "getAsyncId", AsyncWrap::GetAsyncId); in GetConstructorTemplate()
461 registry->Register(AsyncWrap::GetAsyncId); in RegisterExternalReferences()
H A Dasync_wrap.h151 static void GetAsyncId(const v8::FunctionCallbackInfo<v8::Value>& args);

Completed in 3 milliseconds