Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSActivation.cpp89 ASSERT(!hasGetterSetterProperties()); in getOwnPropertySlot()
104 ASSERT(!hasGetterSetterProperties()); in put()
119 ASSERT(!hasGetterSetterProperties()); in putWithAttributes()
DStructure.h125 bool hasGetterSetterProperties() const { return m_hasGetterSetterProperties; } in hasGetterSetterProperties() function
126 …setHasGetterSetterProperties(bool hasGetterSetterProperties) { m_hasGetterSetterProperties = hasGe… in setHasGetterSetterProperties() argument
DJSObject.cpp123 …for (JSObject* obj = this; !obj->structure()->hasGetterSetterProperties(); obj = asObject(prototyp… in put()
301 ASSERT(m_structure->hasGetterSetterProperties()); in defineGetter()
328 ASSERT(m_structure->hasGetterSetterProperties()); in defineSetter()
DJSPropertyNameIterator.cpp66 … !o->structure()->hasGetterSetterProperties() && !o->structure()->isUncacheableDictionary() && in create()
DJSObject.h169 bool hasGetterSetterProperties() { return m_structure->hasGetterSetterProperties(); } in hasGetterSetterProperties() function
352 if (m_structure->hasGetterSetterProperties() && location[0].isGetterSetter()) in inlineGetOwnPropertySlot()
/external/webkit/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.