PrototypeIterator Class
(QmlJS::PrototypeIterator)Public Types
enum | Error { NoError, ReferenceResolutionError, CycleError } |
Public Functions
PrototypeIterator(const ObjectValue *start, const Context *context) | |
PrototypeIterator(const ObjectValue *start, const ContextPtr &context) | |
QList<const ObjectValue *> | all() |
Error | error() const |
bool | hasNext() |
const ObjectValue * | next() |
const ObjectValue * | peekNext() |
Member Function Documentation
PrototypeIterator::PrototypeIterator(const ObjectValue *start, const Context *context)
Default constructs an instance of PrototypeIterator.
PrototypeIterator::PrototypeIterator(const ObjectValue *start, const ContextPtr &context)
Default constructs an instance of PrototypeIterator.