Searched refs:AsyncReset (Results 1 – 7 of 7) sorted by relevance
327 void AsyncWrap::AsyncReset(const FunctionCallbackInfo<Value>& args) { in AsyncReset() function in node::AsyncWrap336 wrap->AsyncReset(resource, execution_async_id); in AsyncReset()381 env->SetProtoMethod(tmpl, "asyncReset", AsyncWrap::AsyncReset); in GetConstructorTemplate()505 AsyncReset(object, execution_async_id, silent); in AsyncWrap()595 void AsyncWrap::AsyncReset(Local<Object> resource, double execution_async_id, in AsyncReset() function in node::AsyncWrap
145 static void AsyncReset(const v8::FunctionCallbackInfo<v8::Value>& args);177 void AsyncReset(v8::Local<v8::Object> resource,
578 parser->AsyncReset(args[1].As<Object>()); in Initialize()
453 read_wrap->AsyncReset(resource); in ReadStart()
2695 …t/0339d3dc36)] - **async_hooks**: add missing async\_hooks destroys in AsyncReset (Bastian Krol) […
1313 …t/6a21d3e72f)] - **async_hooks**: add missing async\_hooks destroys in AsyncReset (Bastian Krol) […
439 …t/26d145a77f)] - **async_hooks**: add missing async\_hooks destroys in AsyncReset (Bastian Krol) […