Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 ()
 ExceptionHandler (const ExceptionHandler &)=default
 ExceptionHandler (ExceptionHandler &&)=default
ExceptionHandleroperator= (const ExceptionHandler &)=default
ExceptionHandleroperator= (ExceptionHandler &&)=default
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/4]

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

◆ ExceptionHandler() [2/4]

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

Definition at line 109 of file qv4bytecodegenerator_p.h.

References QV4::Moth::BytecodeGenerator::Label::Label(), and QV4::Moth::BytecodeGenerator::Label::LinkLater.

Referenced by QV4::Moth::BytecodeGenerator::newExceptionHandler().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~ExceptionHandler()

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

◆ ExceptionHandler() [3/4]

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

◆ ExceptionHandler() [4/4]

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

Member Function Documentation

◆ isValid()

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

◆ operator=() [1/2]

ExceptionHandler & QV4::Moth::BytecodeGenerator::ExceptionHandler::operator= ( const ExceptionHandler & )
default

◆ operator=() [2/2]

ExceptionHandler & QV4::Moth::BytecodeGenerator::ExceptionHandler::operator= ( ExceptionHandler && )
default

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