Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DPropertySlot.h49 : m_cachedPropertyType(Uncacheable) in PropertySlot()
58 , m_cachedPropertyType(Uncacheable) in PropertySlot()
89 CachedPropertyType cachedPropertyType() const { return m_cachedPropertyType; } in cachedPropertyType()
90 bool isCacheable() const { return m_cachedPropertyType != Uncacheable; } in isCacheable()
91 bool isCacheableValue() const { return m_cachedPropertyType == Value; } in isCacheableValue()
114 m_cachedPropertyType = Value; in setValue()
142 m_cachedPropertyType = Custom; in setCacheableCustom()
171 m_cachedPropertyType = Getter; in setCacheableGetterSlot()
210 m_cachedPropertyType = Uncacheable; in clearOffset()
219 ASSERT(m_cachedPropertyType == Custom); in customGetter()
[all …]