![]() |
Qt 6.x
The Qt SDK
|
#include <qv4compilercontrolflow_p.h>
Public Attributes | |
QString | loopLabel |
BytecodeGenerator::Label * | breakLabel = nullptr |
BytecodeGenerator::Label * | continueLabel = nullptr |
![]() | |
std::function< void()> | cleanup = nullptr |
![]() | |
BytecodeGenerator::ExceptionHandler | unwindLabel |
![]() | |
Codegen * | cg |
ControlFlow * | parent |
Type | type |
Additional Inherited Members | |
![]() | |
enum | Type { Loop , With , Block , Finally , Catch } |
enum | UnwindType { Break , Continue , Return } |
using | Reference = Codegen::Reference |
using | BytecodeGenerator = Moth::BytecodeGenerator |
using | Instruction = Moth::Instruction |
![]() | |
virtual BytecodeGenerator::Label | getUnwindTarget (UnwindType, const QString &=QString()) |
virtual bool | requiresUnwind () |
QString | loopLabel () const |
BytecodeGenerator * | generator () const |
Definition at line 181 of file qv4compilercontrolflow_p.h.
|
inline |
Definition at line 187 of file qv4compilercontrolflow_p.h.
|
inlineoverridevirtual |
Reimplemented from QV4::Compiler::ControlFlow.
Definition at line 192 of file qv4compilercontrolflow_p.h.
References QV4::Compiler::ControlFlow::Break, breakLabel, QV4::Compiler::ControlFlow::Continue, continueLabel, and loopLabel.
|
inlineoverridevirtual |
Reimplemented from QV4::Compiler::ControlFlow.
Definition at line 208 of file qv4compilercontrolflow_p.h.
References loopLabel.
BytecodeGenerator::Label* QV4::Compiler::ControlFlowLoop::breakLabel = nullptr |
Definition at line 184 of file qv4compilercontrolflow_p.h.
Referenced by getUnwindTarget().
BytecodeGenerator::Label* QV4::Compiler::ControlFlowLoop::continueLabel = nullptr |
Definition at line 185 of file qv4compilercontrolflow_p.h.
Referenced by getUnwindTarget().
QString QV4::Compiler::ControlFlowLoop::loopLabel |
Definition at line 183 of file qv4compilercontrolflow_p.h.
Referenced by getUnwindTarget(), and label().