![]() |
Qt 6.x
The Qt SDK
|
#include <qv4compileddata_p.h>
Public Member Functions | |
const Method * | methodTable () const |
Static Public Member Functions | |
static int | calculateSize (int nStaticMethods, int nMethods) |
static size_t | align (size_t a) |
Public Attributes | |
quint32_le | nameIndex |
quint32_le | scopeIndex |
quint32_le | constructorFunction |
quint32_le | nStaticMethods |
quint32_le | nMethods |
quint32_le | methodTableOffset |
Definition at line 442 of file qv4compileddata_p.h.
|
inlinestatic |
Definition at line 460 of file qv4compileddata_p.h.
Referenced by calculateSize().
|
inlinestatic |
Definition at line 453 of file qv4compileddata_p.h.
References align(), nMethods, nStaticMethods, and Q_ASSERT.
|
inline |
Definition at line 451 of file qv4compileddata_p.h.
References methodTableOffset.
Referenced by QV4::Runtime::CreateClass::call(), and QV4::Compiler::JSUnitGenerator::writeClass().
quint32_le QV4::CompiledData::Class::constructorFunction |
Definition at line 446 of file qv4compileddata_p.h.
Referenced by QV4::Runtime::CreateClass::call(), and QV4::Compiler::JSUnitGenerator::writeClass().
quint32_le QV4::CompiledData::Class::methodTableOffset |
Definition at line 449 of file qv4compileddata_p.h.
Referenced by methodTable(), and QV4::Compiler::JSUnitGenerator::writeClass().
quint32_le QV4::CompiledData::Class::nameIndex |
Definition at line 444 of file qv4compileddata_p.h.
Referenced by QV4::Runtime::CreateClass::call(), and QV4::Compiler::JSUnitGenerator::writeClass().
quint32_le QV4::CompiledData::Class::nMethods |
Definition at line 448 of file qv4compileddata_p.h.
Referenced by calculateSize(), QV4::Runtime::CreateClass::call(), and QV4::Compiler::JSUnitGenerator::writeClass().
quint32_le QV4::CompiledData::Class::nStaticMethods |
Definition at line 447 of file qv4compileddata_p.h.
Referenced by calculateSize(), QV4::Runtime::CreateClass::call(), and QV4::Compiler::JSUnitGenerator::writeClass().
quint32_le QV4::CompiledData::Class::scopeIndex |
Definition at line 445 of file qv4compileddata_p.h.