Home
last modified time | relevance | path

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

/third_party/node/src/
Dasync_wrap.h140 static void PopAsyncContext(const v8::FunctionCallbackInfo<v8::Value>& args);
Dasync_wrap.cc304 void AsyncWrap::PopAsyncContext(const FunctionCallbackInfo<Value>& args) { in PopAsyncContext() function in node::AsyncWrap
399 env->SetMethod(target, "popAsyncContext", PopAsyncContext); in Initialize()