Qt 4.8
Public Functions | Public Variables | List of all members
QScriptStaticScopeObject::Data Struct Reference

#include <qscriptstaticscopeobject_p.h>

Inheritance diagram for QScriptStaticScopeObject::Data:

Public Functions

 Data (bool canGrow_)
 

Public Variables

bool canGrow
 
int registerArraySize
 
JSC::SymbolTable symbolTable
 

Detailed Description

Definition at line 84 of file qscriptstaticscopeobject_p.h.

Constructors and Destructors

◆ Data()

QScriptStaticScopeObject::Data::Data ( bool  canGrow_)
inline

Definition at line 85 of file qscriptstaticscopeobject_p.h.

86  : JSVariableObjectData(&symbolTable, /*registers=*/0),
87  canGrow(canGrow_), registerArraySize(0)
88  { }

Properties

◆ canGrow

bool QScriptStaticScopeObject::Data::canGrow

Definition at line 89 of file qscriptstaticscopeobject_p.h.

◆ registerArraySize

int QScriptStaticScopeObject::Data::registerArraySize

◆ symbolTable

JSC::SymbolTable QScriptStaticScopeObject::Data::symbolTable

Definition at line 91 of file qscriptstaticscopeobject_p.h.


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