Searched refs:DoWhileStatement (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | doWhileStatement.cpp | 29 void DoWhileStatement::Iterate(const NodeTraverser &cb) const in Iterate() 35 void DoWhileStatement::Dump(ir::AstDumper *dumper) const in Dump() 40 void DoWhileStatement::Compile(compiler::PandaGen *pg) const in Compile() 58 checker::Type *DoWhileStatement::Check(checker::Checker *checker) const in Check() 69 void DoWhileStatement::UpdateSelf(const NodeUpdater &cb, binder::Binder *binder) in UpdateSelf()
|
| D | doWhileStatement.h | 38 class DoWhileStatement : public LoopStatement { 40 explicit DoWhileStatement(binder::LoopScope *scope, Statement *body, Expression *test) in DoWhileStatement() function
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-do-while-expected.txt | 5 "type": "DoWhileStatement", 115 "type": "DoWhileStatement", 225 "type": "DoWhileStatement", 350 "type": "DoWhileStatement", 475 "type": "DoWhileStatement", 557 "type": "DoWhileStatement", 598 "type": "DoWhileStatement",
|
| D | test-labelled-statement-expected.txt | 307 "type": "DoWhileStatement",
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astNodeMapping.h | 38 _(DO_WHILE_STATEMENT, DoWhileStatement) \
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/transformed_cases/ |
| D | test-while-statement-1-transformed-expected.txt | 350 "type": "DoWhileStatement",
|
| D | test-while-statement-2-transformed-expected.txt | 350 "type": "DoWhileStatement",
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.h | 55 class DoWhileStatement; variable 487 ir::DoWhileStatement *ParseDoWhileStatement();
|
| D | statementParser.cpp | 1075 ir::DoWhileStatement *ParserImpl::ParseDoWhileStatement() in ParseDoWhileStatement() 1100 …auto *doWhileStatement = AllocNode<ir::DoWhileStatement>(iterCtx.LexicalScope().GetScope(), body, … in ParseDoWhileStatement()
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.h | 75 class DoWhileStatement; variable
|