Home
last modified time | relevance | path

Searched refs:QueueDestroyAsyncId (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dasync_wrap.h147 static void QueueDestroyAsyncId(
Dasync_wrap.cc359 void AsyncWrap::QueueDestroyAsyncId(const FunctionCallbackInfo<Value>& args) { in QueueDestroyAsyncId() function in node::AsyncWrap
402 env->SetMethod(target, "queueDestroyAsyncId", QueueDestroyAsyncId); in Initialize()