Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DPutPropertySlot.h39 enum Type { Uncachable, ExistingProperty, NewProperty }; enumerator
42 : m_type(Uncachable) in m_type() argument
66 bool isCacheable() const { return m_type != Uncachable; } in isCacheable()