Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QV4::Moth::BytecodeGenerator::ExceptionHandler Struct Reference

#include <qv4bytecodegenerator_p.h>

+ Inheritance diagram for QV4::Moth::BytecodeGenerator::ExceptionHandler:
+ Collaboration diagram for QV4::Moth::BytecodeGenerator::ExceptionHandler:

Public Member Functions

 ExceptionHandler ()=default
 
 ExceptionHandler (BytecodeGenerator *generator)
 
 ~ExceptionHandler ()
 
bool isValid () const
 
- Public Member Functions inherited from QV4::Moth::BytecodeGenerator::Label
 Label ()=default
 
 Label (BytecodeGenerator *generator, LinkMode mode=LinkNow)
 
void link () const
 
bool isValid () const
 

Additional Inherited Members

- Public Types inherited from QV4::Moth::BytecodeGenerator::Label
enum  LinkMode { LinkNow , LinkLater }
 
- Public Attributes inherited from QV4::Moth::BytecodeGenerator::Label
BytecodeGeneratorgenerator = nullptr
 
int index = -1
 

Detailed Description

Definition at line 107 of file qv4bytecodegenerator_p.h.

Constructor & Destructor Documentation

◆ ExceptionHandler() [1/2]

QV4::Moth::BytecodeGenerator::ExceptionHandler::ExceptionHandler ( )
default

◆ ExceptionHandler() [2/2]

QV4::Moth::BytecodeGenerator::ExceptionHandler::ExceptionHandler ( BytecodeGenerator * generator)
inline

Definition at line 109 of file qv4bytecodegenerator_p.h.

◆ ~ExceptionHandler()

QV4::Moth::BytecodeGenerator::ExceptionHandler::~ExceptionHandler ( )
inline

Member Function Documentation

◆ isValid()

bool QV4::Moth::BytecodeGenerator::ExceptionHandler::isValid ( ) const
inline

Definition at line 117 of file qv4bytecodegenerator_p.h.

References QV4::Moth::BytecodeGenerator::Label::generator.

Referenced by QV4::Compiler::ControlFlowUnwind::unwindHandler().

+ Here is the caller graph for this function:

The documentation for this struct was generated from the following file: