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

  /external/webkit/Source/JavaScriptCore/runtime/
JSActivation.cpp 152 ASSERT(!hasGetterSetterProperties());
167 ASSERT(!hasGetterSetterProperties());
182 ASSERT(!hasGetterSetterProperties());
Structure.h 119 bool hasGetterSetterProperties() const { return m_hasGetterSetterProperties; }
120 void setHasGetterSetterProperties(bool hasGetterSetterProperties) { m_hasGetterSetterProperties = hasGetterSetterProperties; }
JSPropertyNameIterator.cpp 61 !o->structure()->hasGetterSetterProperties() && !o->structure()->isUncacheableDictionary() &&
JSObject.cpp 119 for (JSObject* obj = this; !obj->structure()->hasGetterSetterProperties(); obj = asObject(prototype)) {
317 ASSERT(m_structure->hasGetterSetterProperties());
343 ASSERT(m_structure->hasGetterSetterProperties());
JSObject.h 177 bool hasGetterSetterProperties() { return m_structure->hasGetterSetterProperties(); }
484 if (m_structure->hasGetterSetterProperties() && location->isGetterSetter())
    [all...]

Completed in 439 milliseconds