Home
last modified time | relevance | path

Searched defs:whileStatement (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DobjectIterator.cpp103 std::string whileStatement = "let @@I1 = (@@E2)." + std::string {compiler::Signatures::ITERATOR_METHOD} + "(); "; in ProcessObjectIterator() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvarbinder.cpp601 auto *whileStatement = childNode->AsWhileStatement(); in ResolveReference() local
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp891 auto *whileStatement = childNode->AsWhileStatement(); in ResolveReference() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DstatementParser.cpp1458 auto *whileStatement = AllocNode<ir::WhileStatement>(test, body); in ParseWhileStatement() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2218 auto *whileStatement = AllocNode<ir::WhileStatement>(iterCtx.LexicalScope().GetScope(), test, body); in ParseWhileStatement() local

Completed in 12 milliseconds