Home
last modified time | relevance | path

Searched refs:AsyncCleanupHookHandle (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/addons/async-cleanup-hook/
H A Dbinding.cc12 node::AsyncCleanupHookHandle handle;
/third_party/node/src/
H A Dnode.h1139 typedef std::unique_ptr<ACHHandle, DeleteACHHandle> AsyncCleanupHookHandle; typedef
1147 inline AsyncCleanupHookHandle AddEnvironmentCleanupHook( in AddEnvironmentCleanupHook()
1151 return AsyncCleanupHookHandle(AddEnvironmentCleanupHookInternal(isolate, fun, in AddEnvironmentCleanupHook()
1158 inline void RemoveEnvironmentCleanupHook(AsyncCleanupHookHandle holder) { in RemoveEnvironmentCleanupHook()
H A Dnode_api.cc813 node::AsyncCleanupHookHandle handle_;

Completed in 5 milliseconds