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

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DWeakImpl.h61 const JSValue m_jsValue; member in class:JSC::WeakImpl
74 : m_jsValue(jsValue)
79 ASSERT(m_jsValue && m_jsValue.isCell());
95 return m_jsValue;
110 return reinterpret_cast_ptr<WeakImpl*>(reinterpret_cast_ptr<char*>(slot) + OBJECT_OFFSETOF(WeakImpl, m_jsValue));

Completed in 82 milliseconds