Home
last modified time | relevance | path

Searched refs:putDirectInternal (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSObject.h257 …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
523putDirectInternal(propertyName, value, attributes, checkReadOnly, slot, getJSFunction(globalData, … in putDirectInternal()
526 inline void JSObject::putDirectInternal(JSGlobalData& globalData, const Identifier& propertyName, J… in putDirectInternal() function
529putDirectInternal(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 …]
DJSObject.cpp126 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()
308putDirectInternal(exec->globalData(), propertyName, getterSetter, attributes | Getter, true, slot); in defineGetter()
335putDirectInternal(exec->globalData(), propertyName, getterSetter, attributes | Setter, true, slot); in defineSetter()
/external/webkit/JavaScriptCore/
DChangeLog12270 (JSC::JSObject::putDirectInternal):
DChangeLog-2009-06-161496 (JSC::JSObject::putDirectInternal):