Home
last modified time | relevance | path

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

/third_party/node/src/
Denv-inl.h1157 auto insertion_info = cleanup_hooks_.emplace(CleanupHookCallback { in AddCleanupHook()
1165 CleanupHookCallback search { fn, arg, 0 }; in RemoveCleanupHook()
1169 size_t CleanupHookCallback::Hash::operator()( in operator()
1170 const CleanupHookCallback& cb) const { in operator()
1174 bool CleanupHookCallback::Equal::operator()( in operator()
1175 const CleanupHookCallback& a, const CleanupHookCallback& b) const { in operator()
1179 BaseObject* CleanupHookCallback::GetBaseObject() const { in GetBaseObject()
Denv.h818 class CleanupHookCallback {
822 CleanupHookCallback(Callback fn, in CleanupHookCallback() function
829 inline size_t operator()(const CleanupHookCallback& cb) const;
834 inline bool operator()(const CleanupHookCallback& a,
835 const CleanupHookCallback& b) const;
1230 using CleanupCallback = CleanupHookCallback::Callback;
1436 std::unordered_set<CleanupHookCallback,
1437 CleanupHookCallback::Hash,
1438 CleanupHookCallback::Equal> cleanup_hooks_;
Denv.cc661 std::vector<CleanupHookCallback> callbacks( in RunCleanup()
667 [](const CleanupHookCallback& a, const CleanupHookCallback& b) { in RunCleanup()
673 for (const CleanupHookCallback& cb : callbacks) { in RunCleanup()
1283 "cleanup_hooks", cleanup_hooks_.size() * sizeof(CleanupHookCallback)); in MemoryInfo()
Dbase_object.h172 friend class CleanupHookCallback; variable
Dmemory_tracker.h40 class CleanupHookCallback; variable
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md1865 …hub.com/nodejs/node/commit/3701e5d14f)] - **src**: add typedef for CleanupHookCallback callback (D…