Searched refs:CreateLengthString (Results 1 – 2 of 2) sorted by relevance
35 std::string CreateLengthString(ir::ArrayExpression *array);
26 std::string SpreadConstructionPhase::CreateLengthString(ir::ArrayExpression *array) in CreateLengthString() function in ark::es2panda::compiler::SpreadConstructionPhase50 std::string lengthString = CreateLengthString(array); in CreateETSCode()