Searched refs:CreateObjectTypeForRest (Results 1 – 4 of 4) sorted by relevance
126 Type *CreateObjectTypeForRest(ObjectType *objType);
554 Type *ObjectDestructuringContext::CreateObjectTypeForRest(ObjectType *objType) in CreateObjectTypeForRest() function in ark::es2panda::checker::ObjectDestructuringContext580 unionTypes.push_back(CreateObjectTypeForRest(it->AsObjectType())); in GetRestType()591 return CreateObjectTypeForRest(inferredType_->AsObjectType()); in GetRestType()
120 Type *CreateObjectTypeForRest(ObjectType *objType);
546 Type *ObjectDestructuringContext::CreateObjectTypeForRest(ObjectType *objType) in CreateObjectTypeForRest() function in panda::es2panda::checker::ObjectDestructuringContext575 unionTypes.push_back(CreateObjectTypeForRest(it->AsObjectType())); in GetRestType()586 return CreateObjectTypeForRest(inferedType_->AsObjectType()); in GetRestType()