Home
last modified time | relevance | path

Searched defs:CleanupHook (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dtimer_wrap.cc91 void TimerWrapHandle::CleanupHook(void* data) { in CleanupHook() function in node::TimerWrapHandle
Dnode_buffer.cc149 void CallbackInfo::CleanupHook(void* data) { in CleanupHook() function in node::Buffer::__anon8a656c200111::CallbackInfo
Dnode_contextify.cc138 void ContextifyContext::CleanupHook(void* arg) { in CleanupHook() function in node::contextify::ContextifyContext
/third_party/node/src/api/
Dhooks.cc95 typedef void (*CleanupHook)(void* arg); typedef