![]() |
Qt 6.x
The Qt SDK
|
#include <qv4compileddata_p.h>
Collaboration diagram for QV4::CompiledData::TemplateObject:Public Member Functions | |
| const quint32_le * | stringTable () const |
| uint | stringIndexAt (uint i) const |
| uint | rawStringIndexAt (uint i) const |
Static Public Member Functions | |
| static int | calculateSize (int size) |
| static size_t | align (size_t a) |
Public Attributes | |
| quint32_le | size |
Definition at line 466 of file qv4compileddata_p.h.
|
inlinestatic |
Definition at line 477 of file qv4compileddata_p.h.
Referenced by calculateSize().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 470 of file qv4compileddata_p.h.
References align(), and Q_ASSERT.
Here is the call graph for this function:Definition at line 488 of file qv4compileddata_p.h.
References i, and stringTable().
Referenced by QV4::Compiler::JSUnitGenerator::writeTemplateObject().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 485 of file qv4compileddata_p.h.
References i, and stringTable().
Referenced by QV4::Compiler::JSUnitGenerator::writeTemplateObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 481 of file qv4compileddata_p.h.
Referenced by rawStringIndexAt(), and stringIndexAt().
Here is the caller graph for this function:| quint32_le QV4::CompiledData::TemplateObject::size |
Definition at line 468 of file qv4compileddata_p.h.
Referenced by QV4::Compiler::JSUnitGenerator::writeTemplateObject().