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

1 2 3 4 5

  /external/webkit/WebCore/bindings/js/
JSPluginElementFunctions.h 33 JSC::JSValue runtimeObjectGetter(JSC::ExecState*, const JSC::Identifier&, const JSC::PropertySlot&);
34 JSC::JSValue runtimeObjectPropertyGetter(JSC::ExecState*, const JSC::Identifier&, const JSC::PropertySlot&);
35 bool runtimeObjectCustomGetOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&, JSHTMLElement*);
JSHTMLAppletElementCustom.cpp 36 bool JSHTMLAppletElement::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
61 JSValue JSHTMLAppletElement::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
JSHTMLEmbedElementCustom.cpp 36 bool JSHTMLEmbedElement::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
61 JSValue JSHTMLEmbedElement::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
JSHTMLObjectElementCustom.cpp 36 bool JSHTMLObjectElement::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
61 JSValue JSHTMLObjectElement::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
JSDataGridColumnListCustom.cpp 46 JSValue JSDataGridColumnList::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
JSMimeTypeArrayCustom.cpp 36 JSValue JSMimeTypeArray::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
JSPluginArrayCustom.cpp 36 JSValue JSPluginArray::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
JSPluginCustom.cpp 35 JSValue JSPlugin::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
JSStorageCustom.cpp 44 JSValue JSStorage::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
55 PropertySlot slot;
81 PropertySlot slot;
  /external/webkit/JavaScriptCore/runtime/
NumberConstructor.cpp 32 static JSValue numberConstructorNaNValue(ExecState*, const Identifier&, const PropertySlot&);
33 static JSValue numberConstructorNegInfinity(ExecState*, const Identifier&, const PropertySlot&);
34 static JSValue numberConstructorPosInfinity(ExecState*, const Identifier&, const PropertySlot&);
35 static JSValue numberConstructorMaxValue(ExecState*, const Identifier&, const PropertySlot&);
36 static JSValue numberConstructorMinValue(ExecState*, const Identifier&, const PropertySlot&);
66 bool NumberConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
76 static JSValue numberConstructorNaNValue(ExecState* exec, const Identifier&, const PropertySlot&)
81 static JSValue numberConstructorNegInfinity(ExecState* exec, const Identifier&, const PropertySlot&)
86 static JSValue numberConstructorPosInfinity(ExecState* exec, const Identifier&, const PropertySlot&)
91 static JSValue numberConstructorMaxValue(ExecState* exec, const Identifier&, const PropertySlot&
    [all...]
PropertySlot.cpp 22 #include "PropertySlot.h"
29 JSValue PropertySlot::functionGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
RegExpConstructor.cpp 38 static JSValue regExpConstructorInput(ExecState*, const Identifier&, const PropertySlot&);
39 static JSValue regExpConstructorMultiline(ExecState*, const Identifier&, const PropertySlot&);
40 static JSValue regExpConstructorLastMatch(ExecState*, const Identifier&, const PropertySlot&);
41 static JSValue regExpConstructorLastParen(ExecState*, const Identifier&, const PropertySlot&);
42 static JSValue regExpConstructorLeftContext(ExecState*, const Identifier&, const PropertySlot&);
43 static JSValue regExpConstructorRightContext(ExecState*, const Identifier&, const PropertySlot&);
44 static JSValue regExpConstructorDollar1(ExecState*, const Identifier&, const PropertySlot&);
45 static JSValue regExpConstructorDollar2(ExecState*, const Identifier&, const PropertySlot&);
46 static JSValue regExpConstructorDollar3(ExecState*, const Identifier&, const PropertySlot&);
47 static JSValue regExpConstructorDollar4(ExecState*, const Identifier&, const PropertySlot&)
    [all...]
RegExpObject.cpp 33 static JSValue regExpObjectGlobal(ExecState*, const Identifier&, const PropertySlot&);
34 static JSValue regExpObjectIgnoreCase(ExecState*, const Identifier&, const PropertySlot&);
35 static JSValue regExpObjectMultiline(ExecState*, const Identifier&, const PropertySlot&);
36 static JSValue regExpObjectSource(ExecState*, const Identifier&, const PropertySlot&);
37 static JSValue regExpObjectLastIndex(ExecState*, const Identifier&, const PropertySlot&);
70 bool RegExpObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
80 JSValue regExpObjectGlobal(ExecState*, const Identifier&, const PropertySlot& slot)
85 JSValue regExpObjectIgnoreCase(ExecState*, const Identifier&, const PropertySlot& slot)
90 JSValue regExpObjectMultiline(ExecState*, const Identifier&, const PropertySlot& slot)
95 JSValue regExpObjectSource(ExecState* exec, const Identifier&, const PropertySlot& slot
    [all...]
ArrayPrototype.h 33 bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
ObjectPrototype.h 34 virtual bool getOwnPropertySlot(ExecState*, unsigned propertyName, PropertySlot&);
StringPrototype.h 34 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
DatePrototype.h 34 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
MathObject.h 32 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
JSActivation.h 55 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
92 static JSValue argumentsGetter(ExecState*, const Identifier&, const PropertySlot&);
93 NEVER_INLINE PropertySlot::GetValueFunc getArgumentsGetter();
JSFunction.h 83 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
93 static JSValue argumentsGetter(ExecState*, const Identifier&, const PropertySlot&);
94 static JSValue callerGetter(ExecState*, const Identifier&, const PropertySlot&);
95 static JSValue lengthGetter(ExecState*, const Identifier&, const PropertySlot&);
  /external/webkit/WebCore/bridge/
runtime_array.h 39 virtual bool getOwnPropertySlot(ExecState *, const Identifier&, PropertySlot&);
40 virtual bool getOwnPropertySlot(ExecState *, unsigned, PropertySlot&);
68 static JSValue lengthGetter(ExecState*, const Identifier&, const PropertySlot&);
69 static JSValue indexGetter(ExecState*, const Identifier&, const PropertySlot&);
runtime_object.h 39 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
74 static JSValue fallbackObjectGetter(ExecState*, const Identifier&, const PropertySlot&);
75 static JSValue fieldGetter(ExecState*, const Identifier&, const PropertySlot&);
76 static JSValue methodGetter(ExecState*, const Identifier&, const PropertySlot&);
runtime_method.h 55 static JSValue lengthGetter(ExecState*, const Identifier&, const PropertySlot&);
56 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
runtime_array.cpp 48 JSValue RuntimeArray::lengthGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
54 JSValue RuntimeArray::indexGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
72 bool RuntimeArray::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
94 PropertySlot slot;
104 PropertySlot slot;
114 bool RuntimeArray::getOwnPropertySlot(ExecState *exec, unsigned index, PropertySlot& slot)
  /external/webkit/JavaScriptCore/API/
JSCallbackObject.h 62 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
63 virtual bool getOwnPropertySlot(ExecState*, unsigned, PropertySlot&);
89 static JSValue staticValueGetter(ExecState*, const Identifier&, const PropertySlot&);
90 static JSValue staticFunctionGetter(ExecState*, const Identifier&, const PropertySlot&);
91 static JSValue callbackGetter(ExecState*, const Identifier&, const PropertySlot&);

Completed in 856 milliseconds

1 2 3 4 5