Searched refs:PopAsyncContext (Results 1 – 2 of 2) sorted by relevance
140 static void PopAsyncContext(const v8::FunctionCallbackInfo<v8::Value>& args);
304 void AsyncWrap::PopAsyncContext(const FunctionCallbackInfo<Value>& args) { in PopAsyncContext() function in node::AsyncWrap399 env->SetMethod(target, "popAsyncContext", PopAsyncContext); in Initialize()