Home
last modified time | relevance | path

Searched refs:ForInStatement (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DforInStatement.cpp31 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()
DforInStatement.h38 class ForInStatement : public LoopStatement {
40 …explicit ForInStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *bod… in ForInStatement() function
/arkcompiler/ets_frontend/ts2panda/src/
DsyntaxCheckHelper.ts158 case ts.SyntaxKind.ForInStatement:
Dcompiler.ts414 case ts.SyntaxKind.ForInStatement: //line 281
415 compileForInStatement(<ts.ForInStatement>stmt, this);
533 case ts.SyntaxKind.ForInStatement:
DsyntaxChecker.ts770 function checkForInStatement(node: ts.ForInStatement): void {
1290 case ts.SyntaxKind.ForInStatement:
1291 checkForInStatement(<ts.ForInStatement>node);
Drecorder.ts165 case ts.SyntaxKind.ForInStatement:
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-for-expected.txt1355 "type": "ForInStatement",
1464 "type": "ForInStatement",
1633 "type": "ForInStatement",
/arkcompiler/ets_frontend/es2panda/ir/
DastNodeMapping.h45 _(FOR_IN_STATEMENT, ForInStatement) \
/arkcompiler/ets_frontend/ts2panda/src/statement/
DloopStatement.ts250 export function compileForInStatement(stmt: ts.ForInStatement, compiler: Compiler): void {
/arkcompiler/ets_frontend/es2panda/test/parser/ts/transformed_cases/
Dtest-for-statement-2-transformed-expected.txt557 "type": "ForInStatement",
Dtest-for-statement-1-transformed-expected.txt557 "type": "ForInStatement",
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts408 case SyntaxKind.ForInStatement:
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h78 class ForInStatement; variable
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1546 forStatement = AllocNode<ir::ForInStatement>(loopScope, initNode, rightNode, bodyNode); in ParseForStatement()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ement",l[l.ForStatement=240]="ForStatement",l[l.ForInStatement=241]="ForInStatement",l[l.ForOfStat…