Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DspreadLowering.cpp29 std::stringstream lengthCalculationString; in CreateLengthString() local
34lengthCalculationString << element->AsSpreadElement()->Argument()->AsIdentifier()->Name() << ".len… in CreateLengthString()
38 lengthCalculationString << "0"; in CreateLengthString()
41 … lengthString << "let length : int = " << newArrayLength << " + " << lengthCalculationString.str(); in CreateLengthString()