HomeSort by relevance Sort by last modified time
    Searched refs:m_enumerationCache (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSPropertyNameIterator.h 93 m_enumerationCache.set(globalData, this, enumerationCache);
98 return m_enumerationCache.get();
Structure.cpp 582 ASSERT(!m_enumerationCache);
601 ASSERT(!m_enumerationCache);
779 if (m_enumerationCache)
780 markStack.append(&m_enumerationCache);
Structure.h 223 WriteBarrier<JSPropertyNameIterator> m_enumerationCache;

Completed in 48 milliseconds