Home
last modified time | relevance | path

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

/third_party/node/src/
Dasync_wrap.cc245 static void DestroyParamCleanupHook(void* ptr) { in DestroyParamCleanupHook() function
257 p->env->RemoveCleanupHook(DestroyParamCleanupHook, p.get()); in WeakCallback()
283 p->env->AddCleanupHook(DestroyParamCleanupHook, p); in RegisterDestroyHook()