Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QV4::Compiler::Codegen::TailCallBlocker Class Reference

#include <qv4codegen_p.h>

+ Collaboration diagram for QV4::Compiler::Codegen::TailCallBlocker:

Public Member Functions

 TailCallBlocker (Codegen *cg, bool onoff=false)
 
 ~TailCallBlocker ()
 
void unblock () const
 
void reblock () const
 

Detailed Description

Definition at line 814 of file qv4codegen_p.h.

Constructor & Destructor Documentation

◆ TailCallBlocker()

QV4::Compiler::Codegen::TailCallBlocker::TailCallBlocker ( Codegen cg,
bool  onoff = false 
)
inline

Definition at line 817 of file qv4codegen_p.h.

◆ ~TailCallBlocker()

QV4::Compiler::Codegen::TailCallBlocker::~TailCallBlocker ( )
inline

Definition at line 823 of file qv4codegen_p.h.

Member Function Documentation

◆ reblock()

void QV4::Compiler::Codegen::TailCallBlocker::reblock ( ) const
inline

Definition at line 829 of file qv4codegen_p.h.

Referenced by QV4::Compiler::Codegen::visit().

+ Here is the caller graph for this function:

◆ unblock()

void QV4::Compiler::Codegen::TailCallBlocker::unblock ( ) const
inline

Definition at line 826 of file qv4codegen_p.h.

Referenced by QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), and QV4::Compiler::Codegen::visit().

+ Here is the caller graph for this function:

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