Home
last modified time | relevance | path

Searched defs:hasGetterSetterProperties (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DStructure.h119 bool hasGetterSetterProperties() const { return m_hasGetterSetterProperties; } in hasGetterSetterProperties() function
120 …void setHasGetterSetterProperties(bool hasGetterSetterProperties) { m_hasGetterSetterProperties = … in setHasGetterSetterProperties()
DJSObject.h177 bool hasGetterSetterProperties() { return m_structure->hasGetterSetterProperties(); } in hasGetterSetterProperties() function