Home
last modified time | relevance | path

Searched refs:AsyncReset (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/
Dasync_wrap.cc327 void AsyncWrap::AsyncReset(const FunctionCallbackInfo<Value>& args) { in AsyncReset() function in node::AsyncWrap
336 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
Dasync_wrap.h145 static void AsyncReset(const v8::FunctionCallbackInfo<v8::Value>& args);
177 void AsyncReset(v8::Local<v8::Object> resource,
Dnode_http_parser.cc578 parser->AsyncReset(args[1].As<Object>()); in Initialize()
Dnode_file.cc453 read_wrap->AsyncReset(resource); in ReadStart()
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md2695 …t/0339d3dc36)] - **async_hooks**: add missing async\_hooks destroys in AsyncReset (Bastian Krol) […
DCHANGELOG_V10.md1313 …t/6a21d3e72f)] - **async_hooks**: add missing async\_hooks destroys in AsyncReset (Bastian Krol) […
DCHANGELOG_V8.md439 …t/26d145a77f)] - **async_hooks**: add missing async\_hooks destroys in AsyncReset (Bastian Krol) […