Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DobjectIterator.cpp163 auto hasIterator = [](checker::Type const *const exprType) -> bool { in Perform() local
170 [this, parser, checker, varbinder, &hasIterator](ir::AstNode *ast) -> ir::AstNode* { in Perform()
174 hasIterator(exprType) || (exprType != nullptr && exprType->IsETSUnionType() && in Perform()
175 exprType->AsETSUnionType()->AllOfConstituentTypes(hasIterator))) { in Perform()

Completed in 1 milliseconds