HomeSort by relevance Sort by last modified time
    Searched defs:hasGetterSetterProperties (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
Structure.h 119 bool hasGetterSetterProperties() const { return m_hasGetterSetterProperties; }
120 void setHasGetterSetterProperties(bool hasGetterSetterProperties) { m_hasGetterSetterProperties = hasGetterSetterProperties; }
JSObject.h 177 bool hasGetterSetterProperties() { return m_structure->hasGetterSetterProperties(); }
484 if (m_structure->hasGetterSetterProperties() && location->isGetterSetter())
    [all...]

Completed in 46 milliseconds