Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QV4::Compiler::Codegen::RegisterScope Struct Reference

#include <qv4codegen_p.h>

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

Public Member Functions

 RegisterScope (Codegen *cg)
 
 ~RegisterScope ()
 

Public Attributes

BytecodeGeneratorgenerator
 
int regCountForScope
 

Detailed Description

Definition at line 388 of file qv4codegen_p.h.

Constructor & Destructor Documentation

◆ RegisterScope()

QV4::Compiler::Codegen::RegisterScope::RegisterScope ( Codegen cg)
inline

Definition at line 389 of file qv4codegen_p.h.

◆ ~RegisterScope()

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

Definition at line 392 of file qv4codegen_p.h.

References generator.

Member Data Documentation

◆ generator

BytecodeGenerator* QV4::Compiler::Codegen::RegisterScope::generator

Definition at line 395 of file qv4codegen_p.h.

◆ regCountForScope

int QV4::Compiler::Codegen::RegisterScope::regCountForScope

Definition at line 396 of file qv4codegen_p.h.


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