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

Constructor & Destructor Documentation

◆ RegisterScope()

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

Definition at line 393 of file qv4codegen_p.h.

◆ ~RegisterScope()

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

Definition at line 396 of file qv4codegen_p.h.

Member Data Documentation

◆ generator

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

Definition at line 399 of file qv4codegen_p.h.

◆ regCountForScope

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

Definition at line 400 of file qv4codegen_p.h.


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