Searched refs:putDirectInternal (Results 1 – 4 of 4) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | JSObject.h | 257 …void putDirectInternal(const Identifier& propertyName, JSValue value, unsigned attr, bool checkRea… 258 …void putDirectInternal(JSGlobalData&, const Identifier& propertyName, JSValue value, unsigned attr… 259 …void putDirectInternal(JSGlobalData&, const Identifier& propertyName, JSValue value, unsigned attr… 429 inline void JSObject::putDirectInternal(const Identifier& propertyName, JSValue value, unsigned att… in putDirectInternal() function 518 inline void JSObject::putDirectInternal(JSGlobalData& globalData, const Identifier& propertyName, J… in putDirectInternal() function 523 …putDirectInternal(propertyName, value, attributes, checkReadOnly, slot, getJSFunction(globalData, … in putDirectInternal() 526 inline void JSObject::putDirectInternal(JSGlobalData& globalData, const Identifier& propertyName, J… in putDirectInternal() function 529 … putDirectInternal(propertyName, value, attributes, false, slot, getJSFunction(globalData, value)); in putDirectInternal() 537 putDirectInternal(propertyName, value, attributes, checkReadOnly, slot, 0); in putDirect() 543 putDirectInternal(propertyName, value, attributes, false, slot, 0); in putDirect() [all …]
|
D | JSObject.cpp | 126 putDirectInternal(exec->globalData(), propertyName, value, 0, true, slot); in put() 163 putDirectInternal(exec->globalData(), propertyName, value, 0, true, slot); in put() 175 putDirectInternal(exec->globalData(), propertyName, value, attributes, checkReadOnly, slot); in putWithAttributes() 180 putDirectInternal(exec->globalData(), propertyName, value, attributes); in putWithAttributes() 308 …putDirectInternal(exec->globalData(), propertyName, getterSetter, attributes | Getter, true, slot); in defineGetter() 335 …putDirectInternal(exec->globalData(), propertyName, getterSetter, attributes | Setter, true, slot); in defineSetter()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 12270 (JSC::JSObject::putDirectInternal):
|
D | ChangeLog-2009-06-16 | 1496 (JSC::JSObject::putDirectInternal):
|