Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DPropertyNameArray.h68 , m_shouldCache(true) in PropertyNameArray()
75 , m_shouldCache(true) in PropertyNameArray()
98 void setShouldCache(bool shouldCache) { m_shouldCache = shouldCache; } in setShouldCache()
99 bool shouldCache() const { return m_shouldCache; } in shouldCache()
107 bool m_shouldCache; variable