/external/webkit/Source/JavaScriptCore/runtime/ |
D | PropertyDescriptor.cpp | 36 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 …]
|
D | PropertyDescriptor.h | 32 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; }
|
D | ObjectConstructor.cpp | 92 …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()
|
D | JSObject.cpp | 422 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()
|
D | Lookup.h | 206 …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()
|
D | ArrayPrototype.h | 34 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
D | MathObject.h | 33 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
D | DatePrototype.h | 35 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
D | StringPrototype.h | 35 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
D | JSONObject.h | 49 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
D | ObjectConstructor.h | 35 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
D | NumberConstructor.h | 35 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
/external/v8/src/ |
D | v8natives.js | 242 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/ |
D | JavaScriptCore.def | 92 ?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/ |
D | JSTestMediaQueryListListener.cpp | 71 …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()
|
D | JSTestSerializedScriptValueInterface.cpp | 72 …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()
|
D | JSTestInterface.cpp | 70 …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()
|
D | JSTestMediaQueryListListener.h | 39 …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/ |
D | JSDOMWindowShell.h | 74 …PropertyDescriptor(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&); 82 …roperty(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&, bool shoul…
|
D | JSDOMWindowShell.cpp | 93 …PropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptor() 108 …ty(JSC::ExecState* exec, const JSC::Identifier& propertyName, JSC::PropertyDescriptor& descriptor,… in defineOwnProperty()
|
D | JSHTMLEmbedElementCustom.cpp | 41 …DescriptorDelegate(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptorDelegate()
|
D | JSHTMLAppletElementCustom.cpp | 41 …DescriptorDelegate(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptorDelegate()
|
D | JSHTMLObjectElementCustom.cpp | 41 …DescriptorDelegate(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) in getOwnPropertyDescriptorDelegate()
|
D | JSPluginElementFunctions.h | 43 …wnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&, JSHTMLElem…
|
/external/webkit/Source/WebCore/bridge/ |
D | runtime_method.h | 59 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|