Home
last modified time | relevance | path

Searched refs:PropertySlot (Results 1 – 25 of 123) sorted by relevance

12345

/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestObj.cpp60 …{ "readOnlyIntAttr", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTe…
61 …{ "readOnlyStringAttr", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(j…
62 …{ "readOnlyTestObjAttr", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(…
63 …{ "shortAttr", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjShortAttr), …
64 …{ "unsignedShortAttr", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjUnsi…
65 …{ "intAttr", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjIntAttr), (int…
66 …{ "longLongAttr", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjLongLongA…
67 …{ "unsignedLongLongAttr", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjU…
68 …{ "stringAttr", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjStringAttr)…
69 …{ "testObjAttr", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjTestObjAtt…
[all …]
DJSTestSerializedScriptValueInterface.cpp46 …{ "value", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestSerializ…
47 …{ "constructor", DontEnum | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestSeri…
71 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&);
91 …onstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
136 …eInterface::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
DJSTestMediaQueryListListener.cpp46 …{ "constructor", DontEnum | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestMedi…
70 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&);
90 …onstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
122 …rPrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
146 …stListener::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
DJSTestInterface.cpp45 …{ "constructor", DontEnum | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestInte…
69 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&);
91 …onstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
150 …tInterface::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
/external/webkit/Source/JavaScriptCore/runtime/
DJSActivation.h54 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
75 bool symbolTableGet(const Identifier&, PropertySlot&);
77 bool symbolTableGet(const Identifier&, PropertySlot&, bool& slotIsWriteable);
82 NEVER_INLINE PropertySlot::GetValueFunc getArgumentsGetter();
DLookup.h53 typedef PropertySlot::GetValueFunc GetFunction;
181 …ExecState*, const HashEntry*, JSObject* thisObject, const Identifier& propertyName, PropertySlot&);
190 …exec, const HashTable* table, ThisImp* thisObj, const Identifier& propertyName, PropertySlot& slot) in getStaticPropertySlot()
213 PropertySlot slot; in getStaticPropertyDescriptor()
229 …xec, const HashTable* table, JSObject* thisObj, const Identifier& propertyName, PropertySlot& slot) in getStaticFunctionSlot()
257 PropertySlot slot; in getStaticFunctionDescriptor()
268 …exec, const HashTable* table, ThisImp* thisObj, const Identifier& propertyName, PropertySlot& slot) in getStaticValueSlot()
294 PropertySlot slot; in getStaticValueDescriptor()
DJSObject.h79 …ec, const HashEntry* entry, JSObject* thisObj, const Identifier& propertyName, PropertySlot& slot);
101 bool getPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
102 bool getPropertySlot(ExecState*, unsigned propertyName, PropertySlot&);
105 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
106 virtual bool getOwnPropertySlot(ExecState*, unsigned propertyName, PropertySlot&);
198 void fillGetterPropertySlot(PropertySlot&, WriteBarrierBase<Unknown>* location);
300 bool inlineGetOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
481 …ject::inlineGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in inlineGetOwnPropertySlot()
503 …l JSObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
508 …JSCell::fastGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in fastGetOwnPropertySlot()
[all …]
DJSVariableObject.h81 bool symbolTableGet(const Identifier&, PropertySlot&);
83 bool symbolTableGet(const Identifier&, PropertySlot&, bool& slotIsWriteable);
92 inline bool JSVariableObject::symbolTableGet(const Identifier& propertyName, PropertySlot& slot) in symbolTableGet()
102 …inline bool JSVariableObject::symbolTableGet(const Identifier& propertyName, PropertySlot& slot, b… in symbolTableGet()
DObjectConstructor.cpp87 …onstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot) in getOwnPropertySlot()
203 PropertySlot enumerableSlot(description); in toPropertyDescriptor()
210 PropertySlot configurableSlot(description); in toPropertyDescriptor()
218 PropertySlot valueSlot(description); in toPropertyDescriptor()
225 PropertySlot writableSlot(description); in toPropertyDescriptor()
232 PropertySlot getSlot(description); in toPropertyDescriptor()
248 PropertySlot setSlot(description); in toPropertyDescriptor()
305 PropertySlot slot; in defineProperties()
DJSNotAnObject.h64 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
65 virtual bool getOwnPropertySlot(ExecState*, unsigned propertyName, PropertySlot&);
DStringObject.h36 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
37 virtual bool getOwnPropertySlot(ExecState*, unsigned propertyName, PropertySlot&);
DPropertySlot.h39 class PropertySlot {
48 PropertySlot() in PropertySlot() function
56 explicit PropertySlot(const JSValue base) in PropertySlot() function
DJSNotAnObject.cpp77 bool JSNotAnObject::getOwnPropertySlot(ExecState* exec, const Identifier&, PropertySlot&) in getOwnPropertySlot() argument
83 bool JSNotAnObject::getOwnPropertySlot(ExecState* exec, unsigned, PropertySlot&) in getOwnPropertySlot() argument
DRegExpMatchesArray.h33 …irtual bool getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
40 virtual bool getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot) in getOwnPropertySlot()
DJSZombie.h66 …virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&) { ASSERT_NOT_REACHED… in getOwnPropertySlot() argument
67 …virtual bool getOwnPropertySlot(ExecState*, unsigned, PropertySlot&) { ASSERT_NOT_REACHED(); retur… in getOwnPropertySlot() argument
DJSArray.h71 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
72 virtual bool getOwnPropertySlot(ExecState*, unsigned propertyName, PropertySlot&);
155 bool getOwnPropertySlotSlowCase(ExecState*, unsigned propertyName, PropertySlot&);
DJSByteArray.h81 … bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertySlot&);
82 virtual bool getOwnPropertySlot(JSC::ExecState*, unsigned propertyName, JSC::PropertySlot&);
/external/webkit/Source/WebCore/bridge/
Druntime_array.cpp78 bool RuntimeArray::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot in getOwnPropertySlot()
100 PropertySlot slot; in getOwnPropertyDescriptor()
110 PropertySlot slot; in getOwnPropertyDescriptor()
120 bool RuntimeArray::getOwnPropertySlot(ExecState *exec, unsigned index, PropertySlot& slot) in getOwnPropertySlot()
Druntime_array.h41 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
42 virtual bool getOwnPropertySlot(ExecState*, unsigned, PropertySlot&);
Druntime_object.cpp114 …timeObject::getOwnPropertySlot(ExecState *exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlot()
175 PropertySlot slot; in getOwnPropertyDescriptor()
185 PropertySlot slot; in getOwnPropertyDescriptor()
195 PropertySlot slot; in getOwnPropertyDescriptor()
Druntime_method.cpp67 …timeMethod::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot) in getOwnPropertySlot()
80 PropertySlot slot; in getOwnPropertyDescriptor()
/external/webkit/Source/WebCore/bindings/js/
DJSStorageCustom.cpp55 PropertySlot slot; in deleteProperty()
81 PropertySlot slot; in putDelegate()
DJSDOMStringMapCustom.cpp63 PropertySlot slot; in deleteProperty()
83 PropertySlot slot; in putDelegate()
DJSHistoryCustom.cpp55 …ry::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) in getOwnPropertySlotDelegate()
109 PropertySlot slot; in getOwnPropertyDescriptorDelegate()
129 PropertySlot slot; in getOwnPropertyDescriptorDelegate()
/external/webkit/Source/JavaScriptCore/jit/
DJITPropertyAccess.cpp722 …ucture, Structure* prototypeStructure, const Identifier& ident, const PropertySlot& slot, size_t c… in privateCompileGetByIdProto()
743 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdProto()
751 } else if (slot.cachedPropertyType() == PropertySlot::Custom) { in privateCompileGetByIdProto()
791 …nt currentIndex, Structure* structure, const Identifier& ident, const PropertySlot& slot, size_t c… in privateCompileGetByIdSelfList()
795 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdSelfList()
803 } else if (slot.cachedPropertyType() == PropertySlot::Custom) { in privateCompileGetByIdSelfList()
844 …ucture, Structure* prototypeStructure, const Identifier& ident, const PropertySlot& slot, size_t c… in privateCompileGetByIdProtoList()
864 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdProtoList()
872 } else if (slot.cachedPropertyType() == PropertySlot::Custom) { in privateCompileGetByIdProtoList()
911 …, StructureChain* chain, size_t count, const Identifier& ident, const PropertySlot& slot, size_t c… in privateCompileGetByIdChainList()
[all …]

12345