Searched refs:PushAsyncContext (Results 1 – 2 of 2) sorted by relevance
139 static void PushAsyncContext(const v8::FunctionCallbackInfo<v8::Value>& args);
294 void AsyncWrap::PushAsyncContext(const FunctionCallbackInfo<Value>& args) { in PushAsyncContext() function in node::AsyncWrap398 env->SetMethod(target, "pushAsyncContext", PushAsyncContext); in Initialize()