Searched refs:ForUpdateStatement (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | forUpdateStatement.cpp | 31 void ForUpdateStatement::Iterate(const NodeTraverser &cb) const in Iterate() 46 void ForUpdateStatement::Dump(ir::AstDumper *dumper) const in Dump() 55 void ForUpdateStatement::Compile(compiler::PandaGen *pg) const in Compile() 87 checker::Type *ForUpdateStatement::Check(checker::Checker *checker) const in Check() 109 void ForUpdateStatement::UpdateSelf(const NodeUpdater &cb, binder::Binder *binder) in UpdateSelf()
|
| D | forUpdateStatement.h | 38 class ForUpdateStatement : public LoopStatement { 40 …explicit ForUpdateStatement(binder::LoopScope *scope, AstNode *init, Expression *test, Expression … in ForUpdateStatement() function
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-for-expected.txt | 5 "type": "ForUpdateStatement", 34 "type": "ForUpdateStatement", 64 "type": "ForUpdateStatement", 134 "type": "ForUpdateStatement", 232 "type": "ForUpdateStatement", 456 "type": "ForUpdateStatement", 663 "type": "ForUpdateStatement", 705 "type": "ForUpdateStatement", 747 "type": "ForUpdateStatement", 832 "type": "ForUpdateStatement", [all …]
|
| D | test-const-replacement-expected.txt | 372 "type": "ForUpdateStatement",
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.h | 32 class ForUpdateStatement; variable 206 void BuildForUpdateLoop(ir::ForUpdateStatement *forUpdateStmt);
|
| D | binder.cpp | 580 void Binder::BuildForUpdateLoop(ir::ForUpdateStatement *forUpdateStmt) in BuildForUpdateLoop()
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astNodeMapping.h | 47 _(FOR_UPDATE_STATEMENT, ForUpdateStatement) \
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/transformed_cases/ |
| D | test-for-statement-2-transformed-expected.txt | 5 "type": "ForUpdateStatement",
|
| D | test-for-statement-1-transformed-expected.txt | 5 "type": "ForUpdateStatement",
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.h | 77 class ForUpdateStatement; variable
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 1544 …forStatement = AllocNode<ir::ForUpdateStatement>(loopScope, initNode, rightNode, updateNode, bodyN… in ParseForStatement()
|