![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4compilercontrolflow_p.h>
Public Attributes | |
QString | loopLabel |
BytecodeGenerator::Label * | breakLabel = nullptr |
BytecodeGenerator::Label * | continueLabel = nullptr |
Public Attributes inherited from QV4::Compiler::ControlFlowUnwindCleanup | |
std::function< void()> | cleanup = nullptr |
Public Attributes inherited from QV4::Compiler::ControlFlowUnwind | |
BytecodeGenerator::ExceptionHandler | unwindLabel |
Public Attributes inherited from QV4::Compiler::ControlFlow | |
Codegen * | cg |
ControlFlow * | parent |
Type | type |
Additional Inherited Members | |
Public Types inherited from QV4::Compiler::ControlFlow | |
enum | Type { Loop , With , Block , Finally , Catch } |
enum | UnwindType { Break , Continue , Return } |
using | Reference = Codegen::Reference |
using | BytecodeGenerator = Moth::BytecodeGenerator |
using | Instruction = Moth::Instruction |
Protected Member Functions inherited from QV4::Compiler::ControlFlow | |
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.
References ControlFlowLoop(), and QV4::Compiler::ControlFlow::Loop.
Referenced by ControlFlowLoop().
|
inlineoverridevirtual |
Reimplemented from QV4::Compiler::ControlFlow.
Definition at line 192 of file qv4compilercontrolflow_p.h.
|
inlineoverridevirtual |
Reimplemented from QV4::Compiler::ControlFlow.
Definition at line 208 of file qv4compilercontrolflow_p.h.
BytecodeGenerator::Label* QV4::Compiler::ControlFlowLoop::breakLabel = nullptr |
Definition at line 184 of file qv4compilercontrolflow_p.h.
BytecodeGenerator::Label* QV4::Compiler::ControlFlowLoop::continueLabel = nullptr |
Definition at line 185 of file qv4compilercontrolflow_p.h.
QString QV4::Compiler::ControlFlowLoop::loopLabel |
Definition at line 183 of file qv4compilercontrolflow_p.h.