Searched refs:forEachStrongHandle (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DHandleSet.h84 template<typename Functor> void forEachStrongHandle(Functor&, const HashCountedSet<JSCell*>& skipSet);
185 template<typename Functor> void HandleSet::forEachStrongHandle(Functor& functor, const HashCountedSet<JSCell*>& skipSet) function in class:JSC::HandleSet
H A DHeapInlines.h165 m_handleSet.forEachStrongHandle(functor, m_protectedValues);

Completed in 115 milliseconds