![]() |
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 Member Functions | |
| ControlFlowWith (Codegen *cg) | |
| ~ControlFlowWith () | |
| bool | requiresUnwind () override |
| Public Member Functions inherited from QV4::Compiler::ControlFlowUnwind | |
| ControlFlowUnwind (Codegen *cg, Type type) | |
| void | setupUnwindHandler () |
| void | emitUnwindHandler () |
| virtual BytecodeGenerator::ExceptionHandler * | unwindHandler () override |
| Public Member Functions inherited from QV4::Compiler::ControlFlow | |
| ControlFlow (Codegen *cg, Type type) | |
| virtual | ~ControlFlow () |
| UnwindTarget | unwindTarget (UnwindType type, const QString &label=QString()) |
| virtual QString | label () const |
| bool | hasLoop () const |
| BytecodeGenerator::ExceptionHandler * | parentUnwindHandler () |
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 |
| Public Attributes inherited from QV4::Compiler::ControlFlowUnwind | |
| BytecodeGenerator::ExceptionHandler | unwindLabel |
| Public Attributes inherited from QV4::Compiler::ControlFlow | |
| Codegen * | cg |
| ControlFlow * | parent |
| Type | type |
| Protected Member Functions inherited from QV4::Compiler::ControlFlow | |
| virtual BytecodeGenerator::Label | getUnwindTarget (UnwindType, const QString &=QString()) |
| QString | loopLabel () const |
| BytecodeGenerator * | generator () const |
Definition at line 212 of file qv4compilercontrolflow_p.h.
|
inline |
Definition at line 214 of file qv4compilercontrolflow_p.h.
References QV4::Compiler::ControlFlowUnwind::setupUnwindHandler(), and QV4::Compiler::ControlFlow::With.
|
inline |
Definition at line 225 of file qv4compilercontrolflow_p.h.
References QV4::Compiler::ControlFlowUnwind::emitUnwindHandler().
|
inlineoverridevirtual |
Reimplemented from QV4::Compiler::ControlFlow.
Definition at line 236 of file qv4compilercontrolflow_p.h.