Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DspreadLowering.h35 std::string CreateLengthString(ir::ArrayExpression *array);
DspreadLowering.cpp26 std::string SpreadConstructionPhase::CreateLengthString(ir::ArrayExpression *array) in CreateLengthString() function in ark::es2panda::compiler::SpreadConstructionPhase
50 std::string lengthString = CreateLengthString(array); in CreateETSCode()