![]() |
Qt 6.x
The Qt SDK
|
#include <qv4compileddata_p.h>
Collaboration diagram for QV4::CompiledData::Method:Public Types | |
| enum | Type { Regular , Getter , Setter } |
Public Attributes | |
| quint32_le | name |
| quint32_le | type |
| quint32_le | function |
Definition at line 429 of file qv4compileddata_p.h.
| Enumerator | |
|---|---|
| Regular | |
| Getter | |
| Setter | |
Definition at line 430 of file qv4compileddata_p.h.
| quint32_le QV4::CompiledData::Method::function |
Definition at line 438 of file qv4compileddata_p.h.
Referenced by QV4::Compiler::JSUnitGenerator::writeClass().
| quint32_le QV4::CompiledData::Method::name |
Definition at line 436 of file qv4compileddata_p.h.
Referenced by QV4::Compiler::JSUnitGenerator::writeClass().
| quint32_le QV4::CompiledData::Method::type |
Definition at line 437 of file qv4compileddata_p.h.
Referenced by QV4::Compiler::JSUnitGenerator::writeClass().