Searched refs:tupleElementType (Results 1 – 1 of 1) sorted by relevance
291 Type *tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest() local293 while (tupleElementType) { in CreateArrayTypeForRest()294 unionTypes.push_back(tupleElementType); in CreateArrayTypeForRest()296 tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest()313 Type *tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest() local315 while (tupleElementType) { in CreateTupleTypeForRest()320 memberVar->SetTsType(tupleElementType); in CreateTupleTypeForRest()327 tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest()