![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlirbuilder_p.h>
Inheritance diagram for QmlIR::Binding:
Collaboration diagram for QmlIR::Binding:Public Attributes | ||
| quint32 | offset | |
| Binding * | next | |
Public Attributes inherited from QV4::CompiledData::Binding | ||
| quint32_le | propertyNameIndex | |
| quint32_le_bitfield_union< FlagsField, TypeField > | flagsAndType | |
| union { | ||
| bool b | ||
| quint32_le constantValueIndex | ||
| quint32_le compiledScriptIndex | ||
| quint32_le objectIndex | ||
| quint32_le translationDataIndex | ||
| quint32 nullMarker | ||
| } | value | |
| quint32_le | stringIndex | |
| Location | location | |
| Location | valueLocation | |
Definition at line 258 of file qqmlirbuilder_p.h.
| Binding* QmlIR::Binding::next |
Definition at line 265 of file qqmlirbuilder_p.h.
Referenced by QQmlAliasAnnotator::annotateBindingsToAliases(), annotateListElements(), and QQmlScriptStringScanner::scan().
| quint32 QmlIR::Binding::offset |
Definition at line 263 of file qqmlirbuilder_p.h.
Referenced by QmlIR::IRBuilder::appendBinding(), QmlIR::IRBuilder::appendBinding(), QmlIR::Object::insertSorted(), and QmlIR::IRBuilder::resolveQualifiedId().