Home
last modified time | relevance | path

Searched refs:PropertyDescriptor (Results 1 – 25 of 87) sorted by relevance

1234

/external/webkit/Source/JavaScriptCore/runtime/
DPropertyDescriptor.cpp36 unsigned PropertyDescriptor::defaultAttributes = (DontDelete << 1) - 1;
38 bool PropertyDescriptor::writable() const in writable()
44 bool PropertyDescriptor::enumerable() const in enumerable()
49 bool PropertyDescriptor::configurable() const in configurable()
54 bool PropertyDescriptor::isDataDescriptor() const in isDataDescriptor()
59 bool PropertyDescriptor::isGenericDescriptor() const in isGenericDescriptor()
64 bool PropertyDescriptor::isAccessorDescriptor() const in isAccessorDescriptor()
69 void PropertyDescriptor::setUndefined() in setUndefined()
75 JSValue PropertyDescriptor::getter() const in getter()
81 JSValue PropertyDescriptor::setter() const in setter()
[all …]
DPropertyDescriptor.h32 class PropertyDescriptor {
34 PropertyDescriptor() in PropertyDescriptor() function
64 bool equalTo(ExecState* exec, const PropertyDescriptor& other) const;
65 bool attributesEqual(const PropertyDescriptor& other) const;
66 unsigned attributesWithOverride(const PropertyDescriptor& other) const;
69 bool operator==(const PropertyDescriptor&){ return false; }
DObjectConstructor.cpp92 …PropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptor()
145 PropertyDescriptor descriptor; in objectConstructorGetOwnPropertyDescriptor()
195 static bool toPropertyDescriptor(ExecState* exec, JSValue in, PropertyDescriptor& desc) in toPropertyDescriptor()
288 PropertyDescriptor descriptor; in objectConstructorDefineProperty()
302 Vector<PropertyDescriptor> descriptors; in defineProperties()
309 PropertyDescriptor descriptor; in defineProperties()
DJSObject.cpp422 PropertyDescriptor descriptor; in propertyIsEnumerable()
598 …PropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptor()
609 …PropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getPropertyDescriptor()
622 …rget, const Identifier& propertyName, PropertyDescriptor& descriptor, unsigned attributes, const P… in putDescriptor()
656 …defineOwnProperty(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor,… in defineOwnProperty()
659 PropertyDescriptor current; in defineOwnProperty()
667 PropertyDescriptor oldDescriptor; in defineOwnProperty()
DLookup.h206 …HashTable* table, ThisImp* thisObj, const Identifier& propertyName, PropertyDescriptor& descriptor) in getStaticPropertyDescriptor()
248 …ashTable* table, JSObject* thisObj, const Identifier& propertyName, PropertyDescriptor& descriptor) in getStaticFunctionDescriptor()
286 …HashTable* table, ThisImp* thisObj, const Identifier& propertyName, PropertyDescriptor& descriptor) in getStaticValueDescriptor()
DArrayPrototype.h34 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
DMathObject.h33 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
DDatePrototype.h35 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
DStringPrototype.h35 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
DJSONObject.h49 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
DObjectConstructor.h35 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
DNumberConstructor.h35 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
/external/v8/src/
Dv8natives.js242 var desc = new PropertyDescriptor();
266 var desc = new PropertyDescriptor();
335 var desc = new PropertyDescriptor();
376 function PropertyDescriptor() { class
393 PropertyDescriptor.prototype.__proto__ = null;
394 PropertyDescriptor.prototype.toString = function() {
398 PropertyDescriptor.prototype.setValue = function(value) {
404 PropertyDescriptor.prototype.getValue = function() {
409 PropertyDescriptor.prototype.hasValue = function() {
414 PropertyDescriptor.prototype.setEnumerable = function(enumerable) {
[all …]
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def92 ?configurable@PropertyDescriptor@JSC@@QBE_NXZ
128 ?defaultAttributes@PropertyDescriptor@JSC@@0IA
156 ?enumerable@PropertyDescriptor@JSC@@QBE_NXZ
205 ?getter@PropertyDescriptor@JSC@@QBE?AVJSValue@2@XZ
221 ?isAccessorDescriptor@PropertyDescriptor@JSC@@QBE_NXZ
223 ?isDataDescriptor@PropertyDescriptor@JSC@@QBE_NXZ
297 ?setAccessorDescriptor@PropertyDescriptor@JSC@@QAEXVJSValue@2@0I@Z
298 ?setConfigurable@PropertyDescriptor@JSC@@QAEX_N@Z
299 ?setDescriptor@PropertyDescriptor@JSC@@QAEXVJSValue@2@I@Z
301 ?setEnumerable@PropertyDescriptor@JSC@@QAEX_N@Z
[all …]
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestMediaQueryListListener.cpp71 …l bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&);
95 …PropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptor()
127 …PropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptor()
151 …PropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptor()
DJSTestSerializedScriptValueInterface.cpp72 …l bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&);
96 …PropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptor()
141 …PropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptor()
DJSTestInterface.cpp70 …l bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&);
96 …PropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptor()
155 …PropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptor()
DJSTestMediaQueryListListener.h39 …PropertyDescriptor(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&);
65 …l bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&);
/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowShell.h74 …PropertyDescriptor(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&);
82 …roperty(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&, bool shoul…
DJSDOMWindowShell.cpp93 …PropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptor()
108 …ty(JSC::ExecState* exec, const JSC::Identifier& propertyName, JSC::PropertyDescriptor& descriptor,… in defineOwnProperty()
DJSHTMLEmbedElementCustom.cpp41 …DescriptorDelegate(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptorDelegate()
DJSHTMLAppletElementCustom.cpp41 …DescriptorDelegate(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptorDelegate()
DJSHTMLObjectElementCustom.cpp41 …DescriptorDelegate(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptorDelegate()
DJSPluginElementFunctions.h43 …wnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&, JSHTMLElem…
/external/webkit/Source/WebCore/bridge/
Druntime_method.h59 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);

1234