![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4codegen_p.h>
Public Member Functions | |
| bool | operator== (const RValue &other) const |
| bool | isValid () const |
| bool | isAccumulator () const |
| bool | isStackSlot () const |
| bool | isConst () const |
| Moth::StackSlot | stackSlot () const |
| QV4::ReturnedValue | constantValue () const |
| Q_REQUIRED_RESULT RValue | storeOnStack () const |
| void | loadInAccumulator () const |
Static Public Member Functions | |
| static RValue | fromStackSlot (Codegen *codegen, Moth::StackSlot stackSlot) |
| static RValue | fromAccumulator (Codegen *codegen) |
| static RValue | fromConst (Codegen *codegen, QV4::ReturnedValue value) |
Definition at line 106 of file qv4codegen_p.h.
|
inline |
Definition at line 153 of file qv4codegen_p.h.
Definition at line 127 of file qv4codegen_p.h.
|
inlinestatic |
Definition at line 133 of file qv4codegen_p.h.
|
inlinestatic |
Definition at line 120 of file qv4codegen_p.h.
|
inline |
Definition at line 144 of file qv4codegen_p.h.
|
inline |
Definition at line 146 of file qv4codegen_p.h.
|
inline |
Definition at line 145 of file qv4codegen_p.h.
|
inline |
Definition at line 143 of file qv4codegen_p.h.
| void Codegen::RValue::loadInAccumulator | ( | ) | const |
Definition at line 4414 of file qv4codegen.cpp.
| bool Codegen::RValue::operator== | ( | const RValue & | other | ) | const |
Definition at line 4386 of file qv4codegen.cpp.
|
inline |
Definition at line 148 of file qv4codegen_p.h.
| Codegen::RValue Codegen::RValue::storeOnStack | ( | ) | const |
Definition at line 4400 of file qv4codegen.cpp.
| QV4::ReturnedValue QV4::Compiler::Codegen::RValue::constant |
Definition at line 116 of file qv4codegen_p.h.
| Moth::StackSlot QV4::Compiler::Codegen::RValue::theStackSlot |
Definition at line 115 of file qv4codegen_p.h.