Lines Matching refs:argument
236 auto *argument = upd->Argument();
253 if (argument->IsIdentifier()) {
254 id1 = GetClone(allocator, argument->AsIdentifier());
255 } else if (argument->IsMemberExpression()) {
256 auto *memberExpression = argument->AsMemberExpression();
277 std::string suffix = (argument->TsType() == checker->GlobalETSBigIntType()) ? "n" : "";
281 newAssignmentStatements += GenFormatForExpression(argument, 7U, 8U) + " = (" +
282 GenFormatForExpression(argument, 9U, 10U) + opSign + " 1" + suffix + ") as @@T11;";
285 GetClone(allocator, id2), GetClone(allocator, id1), GetClone(allocator, id2), argument->TsType());
290 newAssignmentStatements += "const @@I7 = " + GenFormatForExpression(argument, 8, 9) + " as @@T10;" +
291 GenFormatForExpression(argument, 11U, 12U) + " = (@@I13 " + opSign + " 1" + suffix +
295 argument->TsType(), GetClone(allocator, id1), GetClone(allocator, id2),
296 GetClone(allocator, id3), argument->TsType(), GetClone(allocator, id3));