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

  /external/webkit/JavaScriptCore/runtime/
JSActivation.cpp 89 ASSERT(!hasGetterSetterProperties());
104 ASSERT(!hasGetterSetterProperties());
119 ASSERT(!hasGetterSetterProperties());
Structure.h 125 bool hasGetterSetterProperties() const { return m_hasGetterSetterProperties; }
126 void setHasGetterSetterProperties(bool hasGetterSetterProperties) { m_hasGetterSetterProperties = hasGetterSetterProperties; }
JSPropertyNameIterator.cpp 66 !o->structure()->hasGetterSetterProperties() && !o->structure()->isUncacheableDictionary() &&
JSObject.cpp 123 for (JSObject* obj = this; !obj->structure()->hasGetterSetterProperties(); obj = asObject(prototype)) {
301 ASSERT(m_structure->hasGetterSetterProperties());
328 ASSERT(m_structure->hasGetterSetterProperties());
JSObject.h 169 bool hasGetterSetterProperties() { return m_structure->hasGetterSetterProperties(); }
352 if (m_structure->hasGetterSetterProperties() && location[0].isGetterSetter())

Completed in 42 milliseconds