![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 |
Static Public Member Functions | |
| static QHash< const void *, const char * > | symbolTable () |
Definition at line 27 of file qv4runtimeapi_p.h.
| typedef ReturnedValue(* QV4::Runtime::BinaryOperation) (const Value &left, const Value &right) |
Definition at line 29 of file qv4runtimeapi_p.h.
| typedef ReturnedValue(* QV4::Runtime::BinaryOperationContext) (ExecutionEngine *, const Value &left, const Value &right) |
Definition at line 30 of file qv4runtimeapi_p.h.
Definition at line 47 of file qv4runtimeapi_p.h.
Definition at line 46 of file qv4runtimeapi_p.h.
| typedef ReturnedValue(* QV4::Runtime::UnaryOperation) (const Value &value) |
Definition at line 28 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 35 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 32 of file qv4runtimeapi_p.h.
Definition at line 2479 of file qv4runtime.cpp.