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

Constructor & Destructor Documentation

◆ RegisterScope()

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

Definition at line 398 of file qv4codegen_p.h.

◆ ~RegisterScope()

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

Definition at line 401 of file qv4codegen_p.h.

Member Data Documentation

◆ generator

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

Definition at line 404 of file qv4codegen_p.h.

◆ regCountForScope

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

Definition at line 405 of file qv4codegen_p.h.


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