![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for TypedArrayOwnPropertyKeyIterator:
Collaboration diagram for TypedArrayOwnPropertyKeyIterator:Public Member Functions | |
| ~TypedArrayOwnPropertyKeyIterator () override=default | |
| PropertyKey | next (const Object *o, Property *pd=nullptr, PropertyAttributes *attrs=nullptr) override |
Public Member Functions inherited from QV4::ObjectOwnPropertyKeyIterator | |
| ~ObjectOwnPropertyKeyIterator () override=default | |
| PropertyKey | next (const Object *o, Property *pd=nullptr, PropertyAttributes *attrs=nullptr) override |
Public Member Functions inherited from QV4::OwnPropertyKeyIterator | |
| virtual | ~OwnPropertyKeyIterator ()=0 |
| virtual PropertyKey | next (const Object *o, Property *p=nullptr, PropertyAttributes *attrs=nullptr)=0 |
Additional Inherited Members | |
Public Attributes inherited from QV4::ObjectOwnPropertyKeyIterator | |
| uint | arrayIndex = 0 |
| uint | memberIndex = 0 |
| bool | iterateOverSymbols = false |
Definition at line 542 of file qv4typedarray.cpp.
|
overridedefault |
|
overridevirtual |
Reimplemented from QV4::ObjectOwnPropertyKeyIterator.
Definition at line 549 of file qv4typedarray.cpp.
References QV4::Attr_NotConfigurable, attrs, QV4::PropertyKey::fromArrayIndex(), QV4::ObjectOwnPropertyKeyIterator::next(), o, QV4::Property::value, and QV4::VTableBase::virtualGet.
Here is the call graph for this function: