![]() |
Qt 6.x
The Qt SDK
|
#include <qv4compileddata_p.h>
Collaboration diagram for QV4::CompiledData::Class: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().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 453 of file qv4compileddata_p.h.
References align(), nMethods, nStaticMethods, and Q_ASSERT.
Here is the call graph for this function:
|
inline |
Definition at line 451 of file qv4compileddata_p.h.
References methodTableOffset.
Referenced by QV4::Runtime::CreateClass::call(), and QV4::Compiler::JSUnitGenerator::writeClass().
Here is the caller graph for this function:| 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.