Home
last modified time | relevance | path

Searched refs:virtualDefineOwnProperty (Results 1 – 22 of 22) sorted by relevance

/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4argumentsobject.cpp116 bool ArgumentsObject::virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *desc, Pr… in virtualDefineOwnProperty() function in ArgumentsObject
121 return Object::virtualDefineOwnProperty(m, id, desc, attrs); in virtualDefineOwnProperty()
126 return Object::virtualDefineOwnProperty(m, id, desc, attrs); in virtualDefineOwnProperty()
138 bool allowed = Object::virtualDefineOwnProperty(m, id, cDesc, cAttrs); in virtualDefineOwnProperty()
H A Dqv4module_p.h86 …static bool virtualDefineOwnProperty(Managed *, PropertyKey, const Property *, PropertyAttributes);
H A Dqv4vtable_p.h142 static constexpr VTable::DefineOwnProperty virtualDefineOwnProperty = nullptr; member
184 classname::virtualDefineOwnProperty, \
H A Dqv4argumentsobject_p.h103 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *desc, PropertyAtt…
H A Dqv4proxy_p.h108 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib…
H A Dqv4object.cpp545 if (r->internalClass()->vtable->defineOwnProperty == virtualDefineOwnProperty) { in internalPut()
907 bool Object::virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib… in virtualDefineOwnProperty() function in Object
1136 bool ArrayObject::virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyA… in virtualDefineOwnProperty() function in ArrayObject
1147 bool succeeded = Object::virtualDefineOwnProperty(m, id, p, attrs); in virtualDefineOwnProperty()
1187 return Object::virtualDefineOwnProperty(m, id, p, attrs); in virtualDefineOwnProperty()
H A Dqv4object_p.h389 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib…
493 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib…
H A Dqv4module.cpp200 bool Module::virtualDefineOwnProperty(Managed *, PropertyKey, const Property *, PropertyAttributes) in virtualDefineOwnProperty() function in Module
H A Dqv4typedarray_p.h172 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib…
H A Dqv4proxy.cpp305 bool ProxyObject::virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyA… in virtualDefineOwnProperty() function in ProxyObject
H A Dqv4typedarray.cpp545 bool TypedArray::virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAt… in virtualDefineOwnProperty() function in TypedArray
549 && Object::virtualDefineOwnProperty(m, id, p, attrs); in virtualDefineOwnProperty()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4argumentsobject.cpp116 bool ArgumentsObject::virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *desc, Pr… in virtualDefineOwnProperty() function in ArgumentsObject
121 return Object::virtualDefineOwnProperty(m, id, desc, attrs); in virtualDefineOwnProperty()
126 return Object::virtualDefineOwnProperty(m, id, desc, attrs); in virtualDefineOwnProperty()
138 bool allowed = Object::virtualDefineOwnProperty(m, id, cDesc, cAttrs); in virtualDefineOwnProperty()
H A Dqv4module_p.h86 …static bool virtualDefineOwnProperty(Managed *, PropertyKey, const Property *, PropertyAttributes);
H A Dqv4vtable_p.h142 static constexpr VTable::DefineOwnProperty virtualDefineOwnProperty = nullptr; member
184 classname::virtualDefineOwnProperty, \
H A Dqv4argumentsobject_p.h103 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *desc, PropertyAtt…
H A Dqv4proxy_p.h108 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib…
H A Dqv4object.cpp545 if (r->internalClass()->vtable->defineOwnProperty == virtualDefineOwnProperty) { in internalPut()
907 bool Object::virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib… in virtualDefineOwnProperty() function in Object
1136 bool ArrayObject::virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyA… in virtualDefineOwnProperty() function in ArrayObject
1147 bool succeeded = Object::virtualDefineOwnProperty(m, id, p, attrs); in virtualDefineOwnProperty()
1187 return Object::virtualDefineOwnProperty(m, id, p, attrs); in virtualDefineOwnProperty()
H A Dqv4object_p.h389 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib…
493 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib…
H A Dqv4module.cpp200 bool Module::virtualDefineOwnProperty(Managed *, PropertyKey, const Property *, PropertyAttributes) in virtualDefineOwnProperty() function in Module
H A Dqv4typedarray_p.h172 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib…
H A Dqv4proxy.cpp305 bool ProxyObject::virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyA… in virtualDefineOwnProperty() function in ProxyObject
H A Dqv4typedarray.cpp545 bool TypedArray::virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAt… in virtualDefineOwnProperty() function in TypedArray
549 && Object::virtualDefineOwnProperty(m, id, p, attrs); in virtualDefineOwnProperty()