Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.h118 Type *CreateObjectTypeForRest(ObjectType *objType);
DdestructuringContext.cpp536 Type *ObjectDestructuringContext::CreateObjectTypeForRest(ObjectType *objType) in CreateObjectTypeForRest() function in panda::es2panda::checker::ObjectDestructuringContext
562 unionTypes.push_back(CreateObjectTypeForRest(it->AsObjectType())); in GetRestType()
573 return CreateObjectTypeForRest(inferedType_->AsObjectType()); in GetRestType()