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

Constructor & Destructor Documentation

◆ RegisterScope()

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

Definition at line 394 of file qv4codegen_p.h.

◆ ~RegisterScope()

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

Definition at line 397 of file qv4codegen_p.h.

References generator.

Member Data Documentation

◆ generator

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

Definition at line 400 of file qv4codegen_p.h.

◆ regCountForScope

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

Definition at line 401 of file qv4codegen_p.h.


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