Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativeinstruction.cpp94 …t\t" << line << "\t" << "STORE_BOOL\t\t" << instr->storeBool.propertyIndex << "\t" << instr->store… in dump()
145 …line << "\t" << "STORE_VARIANT_BOOL\t\t" << instr->storeBool.propertyIndex << "\t" << instr->store… in dump()
H A Dqdeclarativeinstruction_p.h333 StoreBoolInstruction storeBool; member
H A Dqdeclarativevme.cpp417 QVariant v(instr.storeBool.value); in run()
473 CLEAN_PROPERTY(target, instr.storeBool.propertyIndex); in run()
475 void *a[] = { (void *)&instr.storeBool.value, 0, &status, &flags }; in run()
477 instr.storeBool.propertyIndex, a); in run()
H A Dqdeclarativecompiler.cpp362 instr.storeBool.propertyIndex = prop.propertyIndex(); in genLiteralAssignment()
363 instr.storeBool.value = v->value.asBoolean(); in genLiteralAssignment()
508 instr.storeBool.propertyIndex = prop.propertyIndex(); in genLiteralAssignment()
509 instr.storeBool.value = b; in genLiteralAssignment()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativeinstruction/
H A Dtst_qdeclarativeinstruction.cpp167 i.storeBool.propertyIndex = 6; in dump()
168 i.storeBool.value = true; in dump()