Searched refs:CreateUnionIteratorTypes (Results 1 – 2 of 2) sorted by relevance
116 checker::Type *CreateUnionIteratorTypes(checker::ETSChecker *checker, checker::Type *exprType);
26 checker::Type *ForOfStatement::CreateUnionIteratorTypes(checker::ETSChecker *checker, checker::Type… in CreateUnionIteratorTypes() function in ark::es2panda::ir::ForOfStatement251 return this->CreateUnionIteratorTypes(checker, exprType); in CheckIteratorMethod()