Searched refs:newAssignmentStatements (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | opAssignment.cpp | 154 std::string newAssignmentStatements {}; in ConstructOpAssignmentResult() local 171 newAssignmentStatements = "const @@I1 = (@@E2); "; in ConstructOpAssignmentResult() 178 newAssignmentStatements += "const @@I3 = (@@E4); "; in ConstructOpAssignmentResult() 187 newAssignmentStatements += GenerateStringForLoweredAssignment(opEqual, left); in ConstructOpAssignmentResult() 190 …return parser->CreateFormattedExpression(newAssignmentStatements, ident1, object, ident2, property, in ConstructOpAssignmentResult() 230 std::string newAssignmentStatements {}; in ConstructUpdateResult() local 253 newAssignmentStatements = "const @@I1 = (@@E2) as @@T3; "; in ConstructUpdateResult() 261 newAssignmentStatements += "const @@I4 = (@@E5) as @@T6; "; in ConstructUpdateResult() 272 newAssignmentStatements += GenFormatForExpression(argument, 7U, 8U) + " = (" + in ConstructUpdateResult() 275 … newAssignmentStatements, id1, object, objType, id2, property, propType, GetClone(allocator, id1), in ConstructUpdateResult() [all …]
|