Home
last modified time | relevance | path

Searched refs:assignCustomType (Results 1 – 5 of 5) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativeinstruction.cpp171 … << "\t" << "ASSIGN_CUSTOMTYPE\t" << instr->assignCustomType.propertyIndex << "\t" << instr->assig… in dump()
H A Dqdeclarativeinstruction_p.h346 AssignCustomTypeInstruction assignCustomType; member
H A Dqdeclarativevme.cpp661 CLEAN_PROPERTY(target, instr.assignCustomType.propertyIndex); in run()
663 …eclarativeCompiledData::CustomTypeData data = customTypeData.at(instr.assignCustomType.valueIndex); in run()
670 target->metaObject()->property(instr.assignCustomType.propertyIndex); in run()
676 instr.assignCustomType.propertyIndex, a); in run()
H A Dqdeclarativecompiler.cpp529 instr.assignCustomType.propertyIndex = prop.propertyIndex(); in genLiteralAssignment()
530 instr.assignCustomType.valueIndex = index; in genLiteralAssignment()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativeinstruction/
H A Dtst_qdeclarativeinstruction.cpp362 i.assignCustomType.propertyIndex = 25; in dump()
363 i.assignCustomType.valueIndex = 4; in dump()