/external/webkit/Source/JavaScriptCore/runtime/ |
PropertyDescriptor.cpp | 29 #include "PropertyDescriptor.h" 36 unsigned PropertyDescriptor::defaultAttributes = (DontDelete << 1) - 1; 38 bool PropertyDescriptor::writable() const 44 bool PropertyDescriptor::enumerable() const 49 bool PropertyDescriptor::configurable() const 54 bool PropertyDescriptor::isDataDescriptor() const 59 bool PropertyDescriptor::isGenericDescriptor() const 64 bool PropertyDescriptor::isAccessorDescriptor() const 69 void PropertyDescriptor::setUndefined() 75 JSValue PropertyDescriptor::getter() cons [all...] |
PropertyDescriptor.h | 32 class PropertyDescriptor { 34 PropertyDescriptor() 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; }
|
JSVariableObject.cpp | 33 #include "PropertyDescriptor.h" 61 bool JSVariableObject::symbolTableGet(const Identifier& propertyName, PropertyDescriptor& descriptor)
|
ArrayPrototype.h | 34 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
DatePrototype.h | 35 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
MathObject.h | 33 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
NumberConstructor.h | 35 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
ObjectConstructor.h | 35 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
StringPrototype.h | 35 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
JSONObject.h | 49 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
StringObject.h | 38 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
ObjectConstructor.cpp | 31 #include "PropertyDescriptor.h" 92 bool ObjectConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) 145 PropertyDescriptor descriptor; 195 static bool toPropertyDescriptor(ExecState* exec, JSValue in, PropertyDescriptor& desc) 288 PropertyDescriptor descriptor; 302 Vector<PropertyDescriptor> descriptors; 309 PropertyDescriptor descriptor;
|
JSNotAnObject.h | 66 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|
JSObject.cpp | 34 #include "PropertyDescriptor.h" 422 PropertyDescriptor descriptor; 598 bool JSObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) 609 bool JSObject::getPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) 622 static bool putDescriptor(ExecState* exec, JSObject* target, const Identifier& propertyName, PropertyDescriptor& descriptor, unsigned attributes, const PropertyDescriptor& oldDescriptor) 656 bool JSObject::defineOwnProperty(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor, bool throwException) 659 PropertyDescriptor current; 667 PropertyDescriptor oldDescriptor;
|
/external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
JSTestMediaQueryListListener.cpp | 71 virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&); 95 bool JSTestMediaQueryListListenerConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) 127 bool JSTestMediaQueryListListenerPrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) 151 bool JSTestMediaQueryListListener::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
|
JSTestMediaQueryListListener.h | 39 virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&); 65 virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&);
|
JSTestInterface.cpp | 70 virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&); 96 bool JSTestInterfaceConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) 155 bool JSTestInterface::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
|
JSTestSerializedScriptValueInterface.cpp | 72 virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&); 96 bool JSTestSerializedScriptValueInterfaceConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor) 141 bool JSTestSerializedScriptValueInterface::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
|
/external/v8/src/ |
v8natives.js | 242 var desc = new PropertyDescriptor(); 266 var desc = new PropertyDescriptor(); 335 var desc = new PropertyDescriptor(); 376 function PropertyDescriptor() { 393 PropertyDescriptor.prototype.__proto__ = null; 394 PropertyDescriptor.prototype.toString = function() { 395 return "[object PropertyDescriptor]"; 398 PropertyDescriptor.prototype.setValue = function(value) { 404 PropertyDescriptor.prototype.getValue = function() { 409 PropertyDescriptor.prototype.hasValue = function() [all...] |
/external/webkit/Source/WebCore/bindings/js/ |
JSHTMLAppletElementCustom.cpp | 41 bool JSHTMLAppletElement::getOwnPropertyDescriptorDelegate(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
|
JSHTMLEmbedElementCustom.cpp | 41 bool JSHTMLEmbedElement::getOwnPropertyDescriptorDelegate(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
|
JSHTMLObjectElementCustom.cpp | 41 bool JSHTMLObjectElement::getOwnPropertyDescriptorDelegate(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
|
JSPluginElementFunctions.h | 43 bool runtimeObjectCustomGetOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier&, JSC::PropertyDescriptor&, JSHTMLElement*);
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
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@ [all...] |
/external/webkit/Source/JavaScriptCore/debugger/ |
DebuggerActivation.h | 46 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
|