![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4bytecodegenerator_p.h>
Public Types | |
enum | LinkMode { LinkNow , LinkLater } |
Public Member Functions | |
Label ()=default | |
Label (BytecodeGenerator *generator, LinkMode mode=LinkNow) | |
void | link () const |
bool | isValid () const |
Public Attributes | |
BytecodeGenerator * | generator = nullptr |
int | index = -1 |
Definition at line 47 of file qv4bytecodegenerator_p.h.
Enumerator | |
---|---|
LinkNow | |
LinkLater |
Definition at line 48 of file qv4bytecodegenerator_p.h.
|
default |
|
inline |
Definition at line 53 of file qv4bytecodegenerator_p.h.
References generator, index, link(), and LinkNow.
Referenced by QV4::Moth::BytecodeGenerator::ExceptionHandler::ExceptionHandler(), QV4::Moth::BytecodeGenerator::label(), and QV4::Moth::BytecodeGenerator::newLabel().
|
inline |
Definition at line 67 of file qv4bytecodegenerator_p.h.
References generator.
|
inline |
Definition at line 61 of file qv4bytecodegenerator_p.h.
References QV4::Moth::BytecodeGenerator::clearLastInstruction(), generator, and index.
Referenced by Label().
BytecodeGenerator* QV4::Moth::BytecodeGenerator::Label::generator = nullptr |
Definition at line 69 of file qv4bytecodegenerator_p.h.
Referenced by Label(), QV4::Moth::BytecodeGenerator::ExceptionHandler::~ExceptionHandler(), QV4::Moth::BytecodeGenerator::ExceptionHandler::isValid(), isValid(), and link().
int QV4::Moth::BytecodeGenerator::Label::index = -1 |
Definition at line 70 of file qv4bytecodegenerator_p.h.
Referenced by Label(), QV4::Moth::BytecodeGenerator::Jump::link(), and link().