Home
last modified time | relevance | path

Searched refs:PutPropertySlot (Results 1 – 25 of 90) sorted by relevance

1234

/external/webkit/Source/JavaScriptCore/runtime/
DJSObject.h109 … virtual void put(ExecState*, const Identifier& propertyName, JSValue value, PutPropertySlot&);
112 …fier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot);
115 …fier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot);
179 …ta&, const Identifier& propertyName, JSValue, unsigned attr, bool checkReadOnly, PutPropertySlot&);
181 bool putDirect(JSGlobalData&, const Identifier& propertyName, JSValue, PutPropertySlot&);
184 …ta&, const Identifier& propertyName, JSCell*, unsigned attr, bool checkReadOnly, PutPropertySlot&);
296 …t Identifier& propertyName, JSValue, unsigned attr, bool checkReadOnly, PutPropertySlot&, JSCell*);
297 …ta&, const Identifier& propertyName, JSValue, unsigned attr, bool checkReadOnly, PutPropertySlot&);
561 …ropertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot, JSCell… in putDirectInternal()
672 …ifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot) in putDirectInternal()
[all …]
DPutPropertySlot.h37 class PutPropertySlot {
41 PutPropertySlot(bool isStrictMode = false)
DJSObject.cpp103 void JSObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot&… in put()
170 PutPropertySlot slot; in put()
174 …ifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot) in putWithAttributes()
189 …ifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot) in putWithAttributes()
323 PutPropertySlot slot; in defineGetter()
330 if (slot.type() != PutPropertySlot::NewProperty) { in defineGetter()
348 PutPropertySlot slot; in defineSetter()
355 if (slot.type() != PutPropertySlot::NewProperty) { in defineSetter()
730 PutPropertySlot slot; in defineOwnProperty()
DObjectPrototype.h33 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&);
DJSValue.h48 class PutPropertySlot; variable
210 void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
211 void putDirect(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
DJSStaticScopeObject.cpp49 …cScopeObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot&) in put() argument
DJSStaticScopeObject.h47 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&);
DJSActivation.cpp157 …ivation::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in put()
183 PutPropertySlot slot; in putWithAttributes()
DJSNotAnObject.h68 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
DStringObject.h40 … virtual void put(ExecState* exec, const Identifier& propertyName, JSValue, PutPropertySlot&);
DJSNotAnObject.cpp95 void JSNotAnObject::put(ExecState* exec, const Identifier& , JSValue, PutPropertySlot&) in put() argument
DRegExpMatchesArray.h54 …virtual void put(ExecState* exec, const Identifier& propertyName, JSValue v, PutPropertySlot& slot) in put()
DJSActivation.h57 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&);
/external/webkit/Source/JavaScriptCore/dfg/
DDFGOperations.cpp156 PutPropertySlot slot(strict); in operationPutByValInternal()
173 PutPropertySlot slot(true); in operationPutByIdStrict()
179 PutPropertySlot slot(false); in operationPutByIdNonStrict()
185 PutPropertySlot slot(true); in operationPutByIdDirectStrict()
191 PutPropertySlot slot(false); in operationPutByIdDirectNonStrict()
/external/webkit/Source/WebCore/bindings/js/
DJSHTMLObjectElementCustom.cpp46 …:putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in putDelegate()
DJSHTMLAppletElementCustom.cpp46 …:putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in putDelegate()
DJSHTMLEmbedElementCustom.cpp46 …:putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) in putDelegate()
DJSPluginElementFunctions.h44 …mPut(JSC::ExecState*, const JSC::Identifier&, JSC::JSValue, JSHTMLElement*, JSC::PutPropertySlot&);
DJSStorageCustom.cpp76 …rage::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot&) in putDelegate() argument
/external/webkit/Source/JavaScriptGlue/
DUserObjectImp.h50 …virtual void put(ExecState *exec, const Identifier &propertyName, JSValue value, PutPropertySlot&);
/external/webkit/Source/JavaScriptCore/debugger/
DDebuggerActivation.h42 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
/external/webkit/Source/WebCore/bridge/
Druntime_array.h44 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
Druntime_object.h43 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
/external/webkit/Source/WebCore/bridge/qt/
Dqt_instance.h68 virtual void put(JSObject*, ExecState*, const Identifier&, JSValue, PutPropertySlot&);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DJSNPObject.h68 …oid put(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::JSValue, JSC::PutPropertySlot&);

1234