Home
last modified time | relevance | path

Searched defs:isAwait (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DforOfStatement.h40 …tatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body, bool isAwait) in ForOfStatement()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DforOfStatement.h30 explicit ForOfStatement(AstNode *left, Expression *right, Statement *body, bool isAwait) in ForOfStatement()
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp659 ir::AstNode *initNode, ExpressionParseFlags exprFlags, bool isAwait) in ParseForInOf()
711 ir::Expression *leftNode, ExpressionParseFlags exprFlags, bool isAwait) in ParseForInOf()
807 std::tuple<ir::Expression *, ir::Expression *> ParserImpl::ParseForUpdate(bool isAwait) in ParseForUpdate()
842 bool isAwait = false; in ParseForStatement() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1299 ir::AstNode *initNode, ExpressionParseFlags exprFlags, bool isAwait) in ParseForInOf()
1351 ir::Expression *leftNode, ExpressionParseFlags exprFlags, bool isAwait) in ParseForInOf()
1455 std::tuple<ir::Expression *, ir::Expression *> ParserImpl::ParseForUpdate(bool isAwait) in ParseForUpdate()
1490 bool isAwait = false; in ParseForStatement() local