Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.h106 Type *CreateArrayTypeForRest(UnionType *inferredType);
DdestructuringContext.cpp292 Type *ArrayDestructuringContext::CreateArrayTypeForRest(UnionType *inferredType) in CreateArrayTypeForRest() function in ark::es2panda::checker::ArrayDestructuringContext
370 return CreateArrayTypeForRest(inferredType_->AsUnionType()); in GetRestType()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.h97 Type *CreateArrayTypeForRest(UnionType *inferedType);
DdestructuringContext.cpp287 Type *ArrayDestructuringContext::CreateArrayTypeForRest(UnionType *inferedType) in CreateArrayTypeForRest() function in panda::es2panda::checker::ArrayDestructuringContext
365 return CreateArrayTypeForRest(inferedType_->AsUnionType()); in GetRestType()