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

/external/webkit/Source/JavaScriptCore/runtime/
H A DPropertySlot.h42 Uncacheable, enumerator in enum:JSC::PropertySlot::CachedPropertyType
49 : m_cachedPropertyType(Uncacheable)
58 , m_cachedPropertyType(Uncacheable)
90 bool isCacheable() const { return m_cachedPropertyType != Uncacheable; }
210 m_cachedPropertyType = Uncacheable;

Completed in 136 milliseconds