Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.h95 Type *CreateArrayTypeForRest(UnionType *inferedType);
DdestructuringContext.cpp279 Type *ArrayDestructuringContext::CreateArrayTypeForRest(UnionType *inferedType) in CreateArrayTypeForRest() function in panda::es2panda::checker::ArrayDestructuringContext
356 return CreateArrayTypeForRest(inferedType_->AsUnionType()); in GetRestType()