![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
~StringObjectOwnPropertyKeyIterator () override=default | |
PropertyKey | next (const QV4::Object *o, Property *pd=nullptr, PropertyAttributes *attrs=nullptr) override |
~StringObjectOwnPropertyKeyIterator () override=default | |
PropertyKey | next (const QV4::Object *o, Property *pd=nullptr, PropertyAttributes *attrs=nullptr) override |
![]() | |
~ObjectOwnPropertyKeyIterator () override=default | |
![]() | |
virtual | ~OwnPropertyKeyIterator ()=0 |
Additional Inherited Members | |
![]() | |
uint | arrayIndex = 0 |
uint | memberIndex = 0 |
bool | iterateOverSymbols = false |
Definition at line 77 of file qv4stringobject.cpp.
|
overridedefault |
|
overridedefault |
|
overridevirtual |
Reimplemented from QV4::ObjectOwnPropertyKeyIterator.
Definition at line 84 of file qv4stringobject.cpp.
References QV4::Attr_NotConfigurable, QV4::Attr_NotWritable, QV4::PropertyKey::fromArrayIndex(), QV4::SparseArrayNode::key(), and QV4::SparseArrayNode::nextNode().
|
overridevirtual |
Reimplemented from QV4::ObjectOwnPropertyKeyIterator.