Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds