Searched refs:QueueDestroyAsyncId (Results 1 – 2 of 2) sorted by relevance
147 static void QueueDestroyAsyncId(
359 void AsyncWrap::QueueDestroyAsyncId(const FunctionCallbackInfo<Value>& args) { in QueueDestroyAsyncId() function in node::AsyncWrap402 env->SetMethod(target, "queueDestroyAsyncId", QueueDestroyAsyncId); in Initialize()