Home
last modified time | relevance | path

Searched refs:m_enumerationCache (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSPropertyNameIterator.h93 m_enumerationCache.set(globalData, this, enumerationCache); in setEnumerationCache()
98 return m_enumerationCache.get(); in enumerationCache()
DStructure.cpp582 ASSERT(!m_enumerationCache); in addPropertyWithoutTransition()
601 ASSERT(!m_enumerationCache); in removePropertyWithoutTransition()
779 if (m_enumerationCache) in markChildren()
780 markStack.append(&m_enumerationCache); in markChildren()
DStructure.h223 WriteBarrier<JSPropertyNameIterator> m_enumerationCache; variable