Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp291 Type *tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest() local
293 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() local
315 while (tupleElementType) { in CreateTupleTypeForRest()
320 memberVar->SetTsType(tupleElementType); in CreateTupleTypeForRest()
327 tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest()