Searched refs:CreateObjectTypeForRest (Results 1 – 4 of 4) sorted by relevance
118 Type *CreateObjectTypeForRest(ObjectType *objType);
537 Type *ObjectDestructuringContext::CreateObjectTypeForRest(ObjectType *objType) in CreateObjectTypeForRest() function in panda::es2panda::checker::ObjectDestructuringContext563 unionTypes.push_back(CreateObjectTypeForRest(it->AsObjectType())); in GetRestType()574 return CreateObjectTypeForRest(inferredType_->AsObjectType()); in GetRestType()
536 Type *ObjectDestructuringContext::CreateObjectTypeForRest(ObjectType *objType) in CreateObjectTypeForRest() function in panda::es2panda::checker::ObjectDestructuringContext562 unionTypes.push_back(CreateObjectTypeForRest(it->AsObjectType())); in GetRestType()573 return CreateObjectTypeForRest(inferedType_->AsObjectType()); in GetRestType()