Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DdestructuringContext.cpp300 Type *tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest() local
302 while (tupleElementType) { in CreateArrayTypeForRest()
303 unionTypes.push_back(tupleElementType); in CreateArrayTypeForRest()
305 tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest()
323 Type *tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest() local
325 while (tupleElementType) { in CreateTupleTypeForRest()
330 memberVar->SetTsType(tupleElementType); in CreateTupleTypeForRest()
337 tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DdestructuringContext.cpp305 Type *tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest() local
307 while (tupleElementType != nullptr) { in CreateArrayTypeForRest()
308 unionTypes.push_back(tupleElementType); in CreateArrayTypeForRest()
310 tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest()
327 Type *tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest() local
329 while (tupleElementType != nullptr) { in CreateTupleTypeForRest()
334 memberVar->SetTsType(tupleElementType); in CreateTupleTypeForRest()
341 tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest()

Completed in 3 milliseconds