Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSPropertyNameIterator.h89 m_enumerationCache = enumerationCache; in setEnumerationCache()
94 m_enumerationCache.clear(enumerationCache); in clearEnumerationCache()
99 return m_enumerationCache.get(); in enumerationCache()
DStructure.cpp166 if (m_enumerationCache) in ~Structure()
167 m_enumerationCache->setCachedStructure(0); in ~Structure()
563 ASSERT(!m_enumerationCache); in addPropertyWithoutTransition()
582 ASSERT(!m_enumerationCache); in removePropertyWithoutTransition()
DStructure.h204 WeakGCPtr<JSPropertyNameIterator> m_enumerationCache; variable