Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DforOfStatement.h116 checker::Type *CreateUnionIteratorTypes(checker::ETSChecker *checker, checker::Type *exprType);
DforOfStatement.cpp26 checker::Type *ForOfStatement::CreateUnionIteratorTypes(checker::ETSChecker *checker, checker::Type… in CreateUnionIteratorTypes() function in ark::es2panda::ir::ForOfStatement
251 return this->CreateUnionIteratorTypes(checker, exprType); in CheckIteratorMethod()