Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp299 Type *tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest() local
322 Type *tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp304 Type *tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest() local
326 Type *tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp895 auto *tupleElementType = objectType->AsETSTupleType()->GetTypeAtIndex(indexValue); in CompileComputed() local