Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DdestructuringContext.h120 Type *CreateObjectTypeForRest(ObjectType *objType);
H A DdestructuringContext.cpp546 Type *ObjectDestructuringContext::CreateObjectTypeForRest(ObjectType *objType) in CreateObjectTypeForRest() function in panda::es2panda::checker::ObjectDestructuringContext
575 unionTypes.push_back(CreateObjectTypeForRest(it->AsObjectType())); in GetRestType()
586 return CreateObjectTypeForRest(inferedType_->AsObjectType()); in GetRestType()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DdestructuringContext.h126 Type *CreateObjectTypeForRest(ObjectType *objType);
H A DdestructuringContext.cpp554 Type *ObjectDestructuringContext::CreateObjectTypeForRest(ObjectType *objType) in CreateObjectTypeForRest() function in ark::es2panda::checker::ObjectDestructuringContext
580 unionTypes.push_back(CreateObjectTypeForRest(it->AsObjectType())); in GetRestType()
591 return CreateObjectTypeForRest(inferredType_->AsObjectType()); in GetRestType()

Completed in 3 milliseconds