Home
last modified time | relevance | path

Searched refs:RemoveCleanupHook (Results 1 – 10 of 10) sorted by relevance

/third_party/node/src/api/
Dhooks.cc135 env->RemoveCleanupHook(fun, arg); in RemoveEnvironmentCleanupHook()
172 handle->info->env->RemoveCleanupHook(RunAsyncCleanupHook, handle->info.get()); in RemoveEnvironmentCleanupHook()
/third_party/node/src/
Dtimer_wrap.cc65 timer_->env()->RemoveCleanupHook(CleanupHook, this); in Close()
Dbase_object-inl.h55 env()->RemoveCleanupHook(DeleteMe, static_cast<void*>(this)); in ~BaseObject()
Dnode_perf.cc306 env->RemoveCleanupHook(GarbageCollectionCleanupHook, env); in RemoveGarbageCollectionTracking()
Dasync_wrap.cc257 p->env->RemoveCleanupHook(DestroyParamCleanupHook, p.get()); in WeakCallback()
Dnode_buffer.cc175 env_->RemoveCleanupHook(CleanupHook, this); in CallAndResetCallback()
Denv-inl.h1164 void Environment::RemoveCleanupHook(CleanupCallback fn, void* arg) { in RemoveCleanupHook() function
Dnode_contextify.cc129 env()->RemoveCleanupHook(CleanupHook, this); in ~ContextifyContext()
Denv.h1232 inline void RemoveCleanupHook(CleanupCallback cb, void* arg);
DREADME.md690 `env->RemoveCleanupHook(callback, hint);`, where callback takes a `void* hint`