Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativeinstruction.cpp164 …T_STRING\t" << instr->storeScriptString.propertyIndex << "\t" << instr->storeScriptString.value <<… in dump()
H A Dqdeclarativeinstruction_p.h335 StoreScriptStringInstruction storeScriptString; member
H A Dqdeclarativevme.cpp734 QObject *scope = stack.at(stack.count() - 1 - instr.storeScriptString.scope); in run()
738 ss.setScript(primitives.at(instr.storeScriptString.value)); in run()
742 instr.storeScriptString.propertyIndex, a); in run()
H A Dqdeclarativecompiler.cpp1010 ss.storeScriptString.propertyIndex = prop.first->index; in genObjectBody()
1011 ss.storeScriptString.value = in genObjectBody()
1013 ss.storeScriptString.scope = prop.second; in genObjectBody()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativeinstruction/
H A Dtst_qdeclarativeinstruction.cpp342 i.storeScriptString.propertyIndex = 24; in dump()
343 i.storeScriptString.value = 3; in dump()
344 i.storeScriptString.scope = 1; in dump()