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

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DPropertySlot.h71 , m_cacheability(CachingAllowed)
80 bool isCacheable() const { return m_cacheability == CachingAllowed && m_offset != invalidOffset; }
90 m_cacheability = CachingDisallowed;
241 CacheabilityType m_cacheability; member in class:JSC::PropertySlot

Completed in 139 milliseconds