Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DStructure.h119 bool hasGetterSetterProperties() const { return m_hasGetterSetterProperties; } in hasGetterSetterProperties()
120 …setHasGetterSetterProperties(bool hasGetterSetterProperties) { m_hasGetterSetterProperties = hasGe… in setHasGetterSetterProperties()
234 bool m_hasGetterSetterProperties : 1; variable
DStructure.cpp186 , m_hasGetterSetterProperties(false) in Structure()
208 , m_hasGetterSetterProperties(false) in Structure()
229 , m_hasGetterSetterProperties(previous->m_hasGetterSetterProperties) in Structure()