Home
last modified time | relevance | path

Searched refs:hasGetterSetterProperties (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSActivation.cpp152 ASSERT(!hasGetterSetterProperties()); in getOwnPropertySlot()
167 ASSERT(!hasGetterSetterProperties()); in put()
182 ASSERT(!hasGetterSetterProperties()); in putWithAttributes()
DStructure.h119 bool hasGetterSetterProperties() const { return m_hasGetterSetterProperties; } in hasGetterSetterProperties() function
120 …setHasGetterSetterProperties(bool hasGetterSetterProperties) { m_hasGetterSetterProperties = hasGe… in setHasGetterSetterProperties() argument
DJSPropertyNameIterator.cpp61 … !o->structure()->hasGetterSetterProperties() && !o->structure()->isUncacheableDictionary() && in create()
DJSObject.cpp119 …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()
DJSObject.h177 bool hasGetterSetterProperties() { return m_structure->hasGetterSetterProperties(); } in hasGetterSetterProperties() function
484 if (m_structure->hasGetterSetterProperties() && location->isGetterSetter()) in inlineGetOwnPropertySlot()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-143120 (KJS::PropertyMap::hasGetterSetterProperties):
6675 (KJS::PropertyMap::hasGetterSetterProperties):
14824 (KJS::JSObject::put): Use hasGetterSetterProperties to avoid expensive stuff
14842 (KJS::PropertyMap::hasGetterSetterProperties): Ditto
DChangeLog-2009-06-1622252 (JSC::JSObject::hasGetterSetterProperties):
30221 Move hasGetterSetterProperties flag from PropertyMap to StructureID.
30228 (JSC::JSObject::hasGetterSetterProperties):
30239 (JSC::StructureID::hasGetterSetterProperties):
35701 (JSC::JSObject::hasGetterSetterProperties): Ditto.