Home
last modified time | relevance | path

Searched defs:ForInStatement (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DforInStatement.h28 class ForInStatement : public LoopStatement { class
30 explicit ForInStatement(AstNode *left, Expression *right, Statement *body) in ForInStatement() function in ark::es2panda::ark::es2panda::ir::ForInStatement
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforInStatement.h38 class ForInStatement : public LoopStatement { class
40 explicit ForInStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body) in ForInStatement() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::ForInStatement

Completed in 1 milliseconds