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

/external/webkit/Source/JavaScriptCore/runtime/
H A DStructure.h119 bool hasGetterSetterProperties() const { return m_hasGetterSetterProperties; } function in class:JSC::Structure
120 void setHasGetterSetterProperties(bool hasGetterSetterProperties) { m_hasGetterSetterProperties = hasGetterSetterProperties; } argument
H A DJSObject.h177 bool hasGetterSetterProperties() { return m_structure->hasGetterSetterProperties(); } function in class:JSC::JSObject
484 if (m_structure->hasGetterSetterProperties() && location->isGetterSetter())

Completed in 63 milliseconds