/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/ |
H A D | qv4argumentsobject.cpp | 116 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 D | qv4module_p.h | 86 …static bool virtualDefineOwnProperty(Managed *, PropertyKey, const Property *, PropertyAttributes);
|
H A D | qv4vtable_p.h | 142 static constexpr VTable::DefineOwnProperty virtualDefineOwnProperty = nullptr; member 184 classname::virtualDefineOwnProperty, \
|
H A D | qv4argumentsobject_p.h | 103 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *desc, PropertyAtt…
|
H A D | qv4proxy_p.h | 108 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib…
|
H A D | qv4object.cpp | 545 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 D | qv4object_p.h | 389 …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 D | qv4module.cpp | 200 bool Module::virtualDefineOwnProperty(Managed *, PropertyKey, const Property *, PropertyAttributes) in virtualDefineOwnProperty() function in Module
|
H A D | qv4typedarray_p.h | 172 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib…
|
H A D | qv4proxy.cpp | 305 bool ProxyObject::virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyA… in virtualDefineOwnProperty() function in ProxyObject
|
H A D | qv4typedarray.cpp | 545 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 D | qv4argumentsobject.cpp | 116 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 D | qv4module_p.h | 86 …static bool virtualDefineOwnProperty(Managed *, PropertyKey, const Property *, PropertyAttributes);
|
H A D | qv4vtable_p.h | 142 static constexpr VTable::DefineOwnProperty virtualDefineOwnProperty = nullptr; member 184 classname::virtualDefineOwnProperty, \
|
H A D | qv4argumentsobject_p.h | 103 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *desc, PropertyAtt…
|
H A D | qv4proxy_p.h | 108 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib…
|
H A D | qv4object.cpp | 545 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 D | qv4object_p.h | 389 …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 D | qv4module.cpp | 200 bool Module::virtualDefineOwnProperty(Managed *, PropertyKey, const Property *, PropertyAttributes) in virtualDefineOwnProperty() function in Module
|
H A D | qv4typedarray_p.h | 172 …static bool virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyAttrib…
|
H A D | qv4proxy.cpp | 305 bool ProxyObject::virtualDefineOwnProperty(Managed *m, PropertyKey id, const Property *p, PropertyA… in virtualDefineOwnProperty() function in ProxyObject
|
H A D | qv4typedarray.cpp | 545 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()
|