Home
last modified time | relevance | path

Searched refs:GetTypeFromTupleByIndex (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DdestructuringContext.cpp220 Type *ArrayDestructuringContext::GetTypeFromTupleByIndex(TupleType *tuple) in GetTypeFromTupleByIndex() function in panda::es2panda::checker::ArrayDestructuringContext
240 Type *returnType = GetTypeFromTupleByIndex(inferedType_->AsObjectType()->AsTupleType()); in NextInferedType()
267 Type *elementType = GetTypeFromTupleByIndex(type->AsObjectType()->AsTupleType()); in NextInferedType()
300 Type *tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest()
305 tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest()
323 Type *tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest()
337 tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest()
H A DdestructuringContext.h96 Type *GetTypeFromTupleByIndex(TupleType *tuple);
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DdestructuringContext.cpp225 Type *ArrayDestructuringContext::GetTypeFromTupleByIndex(TupleType *tuple) in GetTypeFromTupleByIndex() function in ark::es2panda::checker::ArrayDestructuringContext
245 Type *returnType = GetTypeFromTupleByIndex(inferredType_->AsObjectType()->AsTupleType()); in NextInferredType()
272 Type *elementType = GetTypeFromTupleByIndex(type->AsObjectType()->AsTupleType()); in NextInferredType()
305 Type *tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest()
310 tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest()
327 Type *tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest()
341 tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest()
H A DdestructuringContext.h105 Type *GetTypeFromTupleByIndex(TupleType *tuple);

Completed in 4 milliseconds