![]() |
Qt 6.x
The Qt SDK
|
#include <qv4object_p.h>
Inheritance diagram for QV4::ObjectOwnPropertyKeyIterator:
Collaboration diagram for QV4::ObjectOwnPropertyKeyIterator:Public Member Functions | |
| ~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 |
Public Attributes | |
| uint | arrayIndex = 0 |
| uint | memberIndex = 0 |
| bool | iterateOverSymbols = false |
Definition at line 380 of file qv4object_p.h.
|
overridedefault |
|
overridevirtual |
Implements QV4::OwnPropertyKeyIterator.
Reimplemented in QV4::QObjectWrapperOwnPropertyKeyIterator, QV4::SequenceOwnPropertyKeyIterator, TypedArrayOwnPropertyKeyIterator, QmlListWrapperOwnPropertyKeyIterator, QV4::QQmlValueTypeWrapperOwnPropertyKeyIterator, StringObjectOwnPropertyKeyIterator, and UrlSearchParamsObjectOwnPropertyKeyIterator.
Definition at line 324 of file qv4object.cpp.
References arrayIndex, QV4::Attr_Data, QV4::ArrayData::attrs(), attrs, QV4::SparseArray::begin(), QV4::Property::copy(), d, QV4::Heap::SimpleArrayData::data(), e, QV4::PropertyKey::fromArrayIndex(), QV4::PropertyKey::invalid(), iterateOverSymbols, QV4::SparseArrayNode::key(), QV4::SparseArray::lowerBound(), memberIndex, QV4::SparseArrayNode::nextNode(), o, QV4::Property::set, QV4::Property::value, and QV4::SparseArrayNode::value.
Referenced by ModuleNamespaceIterator::next(), TypedArrayOwnPropertyKeyIterator::next(), QV4::ModelObjectOwnPropertyKeyIterator::next(), StringObjectOwnPropertyKeyIterator::next(), and UrlSearchParamsObjectOwnPropertyKeyIterator::next().
Here is the call graph for this function:
Here is the caller graph for this function:| uint QV4::ObjectOwnPropertyKeyIterator::arrayIndex = 0 |
Definition at line 382 of file qv4object_p.h.
Referenced by next(), and QV4::SequenceOwnPropertyKeyIterator::next().
| bool QV4::ObjectOwnPropertyKeyIterator::iterateOverSymbols = false |
Definition at line 384 of file qv4object_p.h.
Referenced by next().
| uint QV4::ObjectOwnPropertyKeyIterator::memberIndex = 0 |
Definition at line 383 of file qv4object_p.h.
Referenced by next(), and QV4::SequenceOwnPropertyKeyIterator::next().