Home
last modified time | relevance | path

Searched refs:AddCleanupHook (Results 1 - 14 of 14) sorted by relevance

/third_party/node/src/
H A Dtimer_wrap-inl.h25 env->AddCleanupHook(CleanupHook, this); in TimerWrapHandle()
H A Dbase_object.cc21 realm->AddCleanupHook(DeleteMe, static_cast<void*>(this)); in BaseObject()
H A Dnode_realm-inl.h132 void Realm::AddCleanupHook(CleanupQueue::Callback fn, void* arg) {
H A Dnode_realm.h75 inline void AddCleanupHook(CleanupQueue::Callback cb, void* arg);
H A Dnode_dtrace.cc285 env->AddCleanupHook([](void* data) { in InitDTrace()
H A Dnode_perf.cc207 env->AddCleanupHook(GarbageCollectionCleanupHook, env); in InstallGarbageCollectionTracking()
H A Dasync_wrap.cc244 p->env->AddCleanupHook(DestroyParamCleanupHook, p); in RegisterDestroyHook()
H A Denv-inl.h746 void Environment::AddCleanupHook(CleanupQueue::Callback fn, void* arg) { in AddCleanupHook() function in node::Environment
H A Dinspector_agent.cc710 parent_env_->AddCleanupHook([](void* data) { in Start()
H A Dnode.cc259 AddCleanupHook([](void* data) { in InitializeDiagnostics()
H A Denv.h874 inline void AddCleanupHook(CleanupQueue::Callback cb, void* arg);
H A Dnode_api.cc193 result->node_env()->AddCleanupHook( in NewEnv()
H A Dnode_buffer.cc149 env->AddCleanupHook(CleanupHook, this); in CallbackInfo()
/third_party/node/src/api/
H A Dhooks.cc121 env->AddCleanupHook(fun, arg); in AddEnvironmentCleanupHook()
158 env->AddCleanupHook(RunAsyncCleanupHook, info.get()); in AddEnvironmentCleanupHookInternal()

Completed in 21 milliseconds