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::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 828 of file qv4codegen_p.h.

Constructor & Destructor Documentation

◆ TailCallBlocker()

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

Definition at line 831 of file qv4codegen_p.h.

◆ ~TailCallBlocker()

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

Definition at line 837 of file qv4codegen_p.h.

Member Function Documentation

◆ reblock()

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

Definition at line 843 of file qv4codegen_p.h.

◆ unblock()

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

Definition at line 840 of file qv4codegen_p.h.


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