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

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DPassWeak.h64 WeakImpl* leakImpl() const WARN_UNUSED_RETURN;
89 : m_impl(o.leakImpl())
94 : m_impl(o.leakImpl())
139 template<typename T> inline WeakImpl* PassWeak<T>::leakImpl() const function in class:JSC::PassWeak
H A DWeakInlines.h52 : m_impl(other.leakImpl())
69 m_impl = o.leakImpl();

Completed in 133 milliseconds