Home
last modified time | relevance | path

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

/third_party/node/src/
Dasync_wrap.h139 static void PushAsyncContext(const v8::FunctionCallbackInfo<v8::Value>& args);
Dasync_wrap.cc294 void AsyncWrap::PushAsyncContext(const FunctionCallbackInfo<Value>& args) { in PushAsyncContext() function in node::AsyncWrap
398 env->SetMethod(target, "pushAsyncContext", PushAsyncContext); in Initialize()