Searched refs:ForInStatement (Results 1 – 15 of 15) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | forInStatement.cpp | 31 void ForInStatement::Iterate(const NodeTraverser &cb) const in Iterate() 38 void ForInStatement::Dump(ir::AstDumper *dumper) const in Dump() 43 void ForInStatement::Compile(compiler::PandaGen *pg) const in Compile() 102 checker::Type *ForInStatement::Check([[maybe_unused]] checker::Checker *checker) const in Check() 107 void ForInStatement::UpdateSelf(const NodeUpdater &cb, binder::Binder *binder) in UpdateSelf()
|
| D | forInStatement.h | 38 class ForInStatement : public LoopStatement { 40 …explicit ForInStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *bod… in ForInStatement() function
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | syntaxCheckHelper.ts | 158 case ts.SyntaxKind.ForInStatement:
|
| D | compiler.ts | 414 case ts.SyntaxKind.ForInStatement: //line 281 415 compileForInStatement(<ts.ForInStatement>stmt, this); 533 case ts.SyntaxKind.ForInStatement:
|
| D | syntaxChecker.ts | 770 function checkForInStatement(node: ts.ForInStatement): void { 1290 case ts.SyntaxKind.ForInStatement: 1291 checkForInStatement(<ts.ForInStatement>node);
|
| D | recorder.ts | 165 case ts.SyntaxKind.ForInStatement:
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-for-expected.txt | 1355 "type": "ForInStatement", 1464 "type": "ForInStatement", 1633 "type": "ForInStatement",
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astNodeMapping.h | 45 _(FOR_IN_STATEMENT, ForInStatement) \
|
| /arkcompiler/ets_frontend/ts2panda/src/statement/ |
| D | loopStatement.ts | 250 export function compileForInStatement(stmt: ts.ForInStatement, compiler: Compiler): void {
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/transformed_cases/ |
| D | test-for-statement-2-transformed-expected.txt | 557 "type": "ForInStatement",
|
| D | test-for-statement-1-transformed-expected.txt | 557 "type": "ForInStatement",
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | ScopeAnalyzer.ts | 408 case SyntaxKind.ForInStatement:
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.h | 78 class ForInStatement; variable
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 1546 forStatement = AllocNode<ir::ForInStatement>(loopScope, initNode, rightNode, bodyNode); in ParseForStatement()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ement",l[l.ForStatement=240]="ForStatement",l[l.ForInStatement=241]="ForInStatement",l[l.ForOfStat…
|