Searched refs:Uncachable (Results 1 – 1 of 1) sorted by relevance
39 enum Type { Uncachable, ExistingProperty, NewProperty }; enumerator42 : m_type(Uncachable) in m_type() argument66 bool isCacheable() const { return m_type != Uncachable; } in isCacheable()