![]() |
Qt 6.x
The Qt SDK
|
#include <qv4bytecodegenerator_p.h>
Public Member Functions | |
Jump (BytecodeGenerator *generator, int instruction) | |
~Jump () | |
Jump (Jump &&j) | |
void | link () |
void | link (Label l) |
Public Attributes | |
BytecodeGenerator * | generator = nullptr |
int | index = -1 |
Definition at line 73 of file qv4bytecodegenerator_p.h.
|
inline |
Definition at line 74 of file qv4bytecodegenerator_p.h.
|
inline |
Definition at line 79 of file qv4bytecodegenerator_p.h.
|
inline |
Definition at line 83 of file qv4bytecodegenerator_p.h.
|
inline |
Definition at line 91 of file qv4bytecodegenerator_p.h.
References generator, QV4::Moth::BytecodeGenerator::label(), and link().
Referenced by QV4::Compiler::ControlFlowCatch::~ControlFlowCatch(), QV4::Moth::BytecodeGenerator::addCJumpInstruction(), QV4::Compiler::Codegen::condition(), QV4::Moth::BytecodeGenerator::jumpStrictEqual(), QV4::Moth::BytecodeGenerator::jumpStrictNotEqual(), link(), QV4::Moth::BytecodeGenerator::setUnwindHandler(), QV4::Moth::BytecodeGenerator::unwindToLabel(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), and QV4::Compiler::Codegen::visit().
Definition at line 94 of file qv4bytecodegenerator_p.h.
References generator, QV4::Moth::BytecodeGenerator::Label::index, index, and Q_ASSERT.
BytecodeGenerator* QV4::Moth::BytecodeGenerator::Jump::generator = nullptr |
int QV4::Moth::BytecodeGenerator::Jump::index = -1 |
Definition at line 89 of file qv4bytecodegenerator_p.h.
Referenced by QV4::Moth::BytecodeGenerator::jumpOptionalLookup(), and link().