Home
last modified time | relevance | path

Searched refs:OwnPropertyKeyIterator (Results 1 – 25 of 54) sorted by relevance

123

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4managed.cpp147 OwnPropertyKeyIterator::~OwnPropertyKeyIterator() in ~OwnPropertyKeyIterator()
H A Dqv4objectiterator_p.h70 OwnPropertyKeyIterator *iterator = nullptr;
99 Member(class, NoMark, OwnPropertyKeyIterator *, iterator)
H A Dqv4vtable_p.h61 struct Q_QML_PRIVATE_EXPORT OwnPropertyKeyIterator { struct
62 virtual ~OwnPropertyKeyIterator() = 0;
83 typedef OwnPropertyKeyIterator *(*OwnPropertyKeys)(const Object *m, Value *target);
H A Dqv4module_p.h89 static OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *target);
H A Dqv4sequenceobject.cpp362 struct OwnPropertyKeyIterator : ObjectOwnPropertyKeyIterator struct
364 ~OwnPropertyKeyIterator() override = default;
405 static OwnPropertyKeyIterator *containerOwnPropertyKeys(const Object *m, Value *target) in containerOwnPropertyKeys()
408 return new OwnPropertyKeyIterator; in containerOwnPropertyKeys()
635 static QV4::OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *target) in virtualOwnPropertyKeys()
H A Dqv4argumentsobject_p.h109 static OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *target);
H A Dqv4proxy_p.h113 static OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *iteratorTarget);
H A Dqv4object_p.h366 OwnPropertyKeyIterator *ownPropertyKeys(Value *target) const in ownPropertyKeys()
394 static OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *target);
413 struct Q_QML_PRIVATE_EXPORT ObjectOwnPropertyKeyIterator : OwnPropertyKeyIterator
H A Dqv4stringobject_p.h104 static OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *target);
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4managed.cpp147 OwnPropertyKeyIterator::~OwnPropertyKeyIterator() in ~OwnPropertyKeyIterator()
H A Dqv4objectiterator_p.h70 OwnPropertyKeyIterator *iterator = nullptr;
99 Member(class, NoMark, OwnPropertyKeyIterator *, iterator)
H A Dqv4vtable_p.h61 struct Q_QML_PRIVATE_EXPORT OwnPropertyKeyIterator { struct
62 virtual ~OwnPropertyKeyIterator() = 0;
83 typedef OwnPropertyKeyIterator *(*OwnPropertyKeys)(const Object *m, Value *target);
H A Dqv4module_p.h89 static OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *target);
H A Dqv4sequenceobject.cpp362 struct OwnPropertyKeyIterator : ObjectOwnPropertyKeyIterator struct
364 ~OwnPropertyKeyIterator() override = default;
405 static OwnPropertyKeyIterator *containerOwnPropertyKeys(const Object *m, Value *target) in containerOwnPropertyKeys()
408 return new OwnPropertyKeyIterator; in containerOwnPropertyKeys()
635 static QV4::OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *target) in virtualOwnPropertyKeys()
H A Dqv4argumentsobject_p.h109 static OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *target);
H A Dqv4proxy_p.h113 static OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *iteratorTarget);
H A Dqv4object_p.h366 OwnPropertyKeyIterator *ownPropertyKeys(Value *target) const in ownPropertyKeys()
394 static OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *target);
413 struct Q_QML_PRIVATE_EXPORT ObjectOwnPropertyKeyIterator : OwnPropertyKeyIterator
H A Dqv4stringobject_p.h104 static OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *target);
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsapi/
H A Dqjsvalueiterator_p.h71 QScopedPointer<QV4::OwnPropertyKeyIterator> iterator;
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsapi/
H A Dqjsvalueiterator_p.h71 QScopedPointer<QV4::OwnPropertyKeyIterator> iterator;
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmllistwrapper_p.h98 static OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *target);
H A Dqqmlvaluetypewrapper_p.h136 static OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *target);
H A Dqqmllistwrapper.cpp227 OwnPropertyKeyIterator *QmlListWrapper::virtualOwnPropertyKeys(const Object *m, Value *target) in virtualOwnPropertyKeys()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmllistwrapper_p.h98 static OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *target);
H A Dqqmlvaluetypewrapper_p.h136 static OwnPropertyKeyIterator *virtualOwnPropertyKeys(const Object *m, Value *target);

123