Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QV4::Runtime::IteratorNext Struct Reference

#include <qv4runtimeapi_p.h>

+ Inheritance diagram for QV4::Runtime::IteratorNext:
+ Collaboration diagram for QV4::Runtime::IteratorNext:

Static Public Member Functions

static ReturnedValue call (ExecutionEngine *, const Value &, Value *)
 

Additional Inherited Members

- Static Public Attributes inherited from QV4::Runtime::Method< t, c, p, out >
static constexpr bool throws = t == Throws::Yes
 
static constexpr bool changesContext = c == ChangesContext::Yes
 
static constexpr bool pure = p == Pure::Yes
 
static constexpr bool lastArgumentIsOutputValue = out == LastArgumentIsOutputValue::Yes
 

Detailed Description

Definition at line 280 of file qv4runtimeapi_p.h.

Member Function Documentation

◆ call()

ReturnedValue QV4::Runtime::IteratorNext::call ( ExecutionEngine * engine,
const Value & iterator,
Value * value )
static

Definition at line 810 of file qv4runtime.cpp.

References d, done, engine, get(), QV4::Scope::hasException(), o, and Q_ASSERT.

Referenced by QV4::WeakMapCtor::construct(), QV4::WeakSetCtor::construct(), QV4::Moth::VME::interpret(), QV4::PromiseCtor::method_all(), QV4::ArrayPrototype::method_from(), QV4::IntrinsicTypedArrayCtor::method_from(), and QV4::PromiseCtor::method_race().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this struct was generated from the following files: