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

  /external/webkit/JavaScriptCore/runtime/
JSObject.cpp 320 m_structure->setHasGetterSetterProperties(true);
347 m_structure->setHasGetterSetterProperties(true);
Structure.h 126 void setHasGetterSetterProperties(bool hasGetterSetterProperties) { m_hasGetterSetterProperties = hasGetterSetterProperties; }

Completed in 55 milliseconds