Searched refs:hasGetterSetterProperties (Results 1 – 7 of 7) sorted by relevance
152 ASSERT(!hasGetterSetterProperties()); in getOwnPropertySlot()167 ASSERT(!hasGetterSetterProperties()); in put()182 ASSERT(!hasGetterSetterProperties()); in putWithAttributes()
119 bool hasGetterSetterProperties() const { return m_hasGetterSetterProperties; } in hasGetterSetterProperties() function120 …setHasGetterSetterProperties(bool hasGetterSetterProperties) { m_hasGetterSetterProperties = hasGe… in setHasGetterSetterProperties() argument
61 … !o->structure()->hasGetterSetterProperties() && !o->structure()->isUncacheableDictionary() && in create()
119 …for (JSObject* obj = this; !obj->structure()->hasGetterSetterProperties(); obj = asObject(prototyp… in put()317 ASSERT(m_structure->hasGetterSetterProperties()); in defineGetter()343 ASSERT(m_structure->hasGetterSetterProperties()); in defineSetter()
177 bool hasGetterSetterProperties() { return m_structure->hasGetterSetterProperties(); } in hasGetterSetterProperties() function484 if (m_structure->hasGetterSetterProperties() && location->isGetterSetter()) in inlineGetOwnPropertySlot()
3120 (KJS::PropertyMap::hasGetterSetterProperties):6675 (KJS::PropertyMap::hasGetterSetterProperties):14824 (KJS::JSObject::put): Use hasGetterSetterProperties to avoid expensive stuff14842 (KJS::PropertyMap::hasGetterSetterProperties): Ditto
22252 (JSC::JSObject::hasGetterSetterProperties):30221 Move hasGetterSetterProperties flag from PropertyMap to StructureID.30228 (JSC::JSObject::hasGetterSetterProperties):30239 (JSC::StructureID::hasGetterSetterProperties):35701 (JSC::JSObject::hasGetterSetterProperties): Ditto.