![]() |
Qt 6.x
The Qt SDK
|
#include <qv4runtimeapi_p.h>
Public Types | |
enum class | Throws { No , Yes } |
enum class | ChangesContext { No , Yes } |
enum class | Pure { No , Yes } |
enum class | LastArgumentIsOutputValue { No , Yes } |
typedef ReturnedValue(* | UnaryOperation) (const Value &value) |
typedef ReturnedValue(* | BinaryOperation) (const Value &left, const Value &right) |
typedef ReturnedValue(* | BinaryOperationContext) (ExecutionEngine *, const Value &left, const Value &right) |
using | PureMethod = Method< Throws::No, ChangesContext::No, Pure::Yes > |
using | IteratorMethod = Method< Throws::Yes, ChangesContext::No, Pure::No, LastArgumentIsOutputValue::Yes > |
Static Public Member Functions | |
static QHash< const void *, const char * > | symbolTable () |
Definition at line 26 of file qv4runtimeapi_p.h.
typedef ReturnedValue(* QV4::Runtime::BinaryOperation) (const Value &left, const Value &right) |
Definition at line 28 of file qv4runtimeapi_p.h.
typedef ReturnedValue(* QV4::Runtime::BinaryOperationContext) (ExecutionEngine *, const Value &left, const Value &right) |
Definition at line 29 of file qv4runtimeapi_p.h.
using QV4::Runtime::IteratorMethod = Method<Throws::Yes, ChangesContext::No, Pure::No, LastArgumentIsOutputValue::Yes> |
Definition at line 46 of file qv4runtimeapi_p.h.
Definition at line 45 of file qv4runtimeapi_p.h.
typedef ReturnedValue(* QV4::Runtime::UnaryOperation) (const Value &value) |
Definition at line 27 of file qv4runtimeapi_p.h.
|
strong |
Enumerator | |
---|---|
No | |
Yes |
Definition at line 32 of file qv4runtimeapi_p.h.
|
strong |
Enumerator | |
---|---|
No | |
Yes |
Definition at line 34 of file qv4runtimeapi_p.h.
|
strong |
Enumerator | |
---|---|
No | |
Yes |
Definition at line 33 of file qv4runtimeapi_p.h.
|
strong |
Enumerator | |
---|---|
No | |
Yes |
Definition at line 31 of file qv4runtimeapi_p.h.
Definition at line 2396 of file qv4runtime.cpp.