Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QV4::Runtime::IteratorNextForYieldStar Struct Reference

#include <qv4runtimeapi_p.h>

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

Static Public Member Functions

static ReturnedValue call (ExecutionEngine *, const Value &, 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 284 of file qv4runtimeapi_p.h.

Member Function Documentation

◆ call()

ReturnedValue QV4::Runtime::IteratorNextForYieldStar::call ( ExecutionEngine engine,
const Value received,
const Value iterator,
Value object 
)
static

Definition at line 846 of file qv4runtime.cpp.

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

Referenced by QV4::Moth::VME::interpret().

+ 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: