Home
last modified time | relevance | path

Searched refs:RemoveEnvironmentCleanupHook (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/addons/async-cleanup-hook/
Dbinding.cc25 node::RemoveEnvironmentCleanupHook(std::move(data->handle)); in AsyncCleanupHook()
56 node::RemoveEnvironmentCleanupHook(std::move(must_not_call_handle)); in Initialize()
/third_party/node/test/addons/worker-addon/
Dbinding.cc42 node::RemoveEnvironmentCleanupHook(context->GetIsolate(), Dummy, nullptr); in Initialize()
/third_party/node/src/api/
Dhooks.cc130 void RemoveEnvironmentCleanupHook(Isolate* isolate, in RemoveEnvironmentCleanupHook() function
168 void RemoveEnvironmentCleanupHook( in RemoveEnvironmentCleanupHook() function
/third_party/node/src/
Dnode_api.cc146 node::RemoveEnvironmentCleanupHook(env->isolate, Cleanup, this); in ~ThreadSafeFunction()
659 node::RemoveEnvironmentCleanupHook(env->isolate, fun, arg); in napi_remove_env_cleanup_hook()
676 node::RemoveEnvironmentCleanupHook(std::move(handle_)); in ~napi_async_cleanup_hook_handle__()
Dnode.h920 NODE_EXTERN void RemoveEnvironmentCleanupHook(v8::Isolate* isolate,
936 NODE_EXTERN void RemoveEnvironmentCleanupHook(AsyncCleanupHookHandle holder);
/third_party/node/doc/api/
Daddons.md262 `RemoveEnvironmentCleanupHook()`, which has the same signature. Callbacks are
266 and `RemoveEnvironmentCleanupHook()` overloads, where the cleanup hook takes a