HomeSort by relevance Sort by last modified time
    Searched refs:PropertyDescriptor (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /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; }
ArrayPrototype.h 34 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
MathObject.h 33 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
DatePrototype.h 35 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
JSONObject.h 49 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&);
JSVariableObject.cpp 33 #include "PropertyDescriptor.h"
61 bool JSVariableObject::symbolTableGet(const Identifier& propertyName, PropertyDescriptor& descriptor)
JSActivation.h 76 bool symbolTableGet(const Identifier&, PropertyDescriptor&);
JSNotAnObject.h 66 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
RegExpMatchesArray.h 47 virtual bool getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
StringObject.h 38 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
  /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*);
JSDOMWindowShell.h 74 virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&);
82 virtual bool defineOwnProperty(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&, bool shouldThrow);
  /external/webkit/Source/WebCore/bridge/
runtime_method.h 59 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
runtime_array.h 43 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
runtime_object.h 42 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier& propertyName, PropertyDescriptor&);
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
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&);
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)
  /external/webkit/Source/JavaScriptCore/debugger/
DebuggerActivation.h 46 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);

Completed in 8396 milliseconds

1 2 3 4