Home
last modified time | relevance | path

Searched defs: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
323 Type *tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DdestructuringContext.cpp305 Type *tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest() local
327 Type *tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest() local

Completed in 3 milliseconds