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.h50 explicit ForOfStatement(AstNode *left, Expression *right, Statement *body, bool const isAwait) in ForOfStatement()
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp677 ir::AstNode *initNode, ExpressionParseFlags exprFlags, bool isAwait) in ParseForInOf()
769 ir::Expression *leftNode, ExpressionParseFlags exprFlags, bool isAwait) in ParseForInOf()
821 std::tuple<ir::Expression *, ir::Expression *> ParserImpl::ParseForUpdate(bool isAwait) in ParseForUpdate()
914 bool isAwait = lexer_->GetToken().Type() == lexer::TokenType::KEYW_AWAIT; in ParseForStatement() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1311 ir::AstNode *initNode, ExpressionParseFlags exprFlags, bool isAwait) in ParseForInOf()
1363 ir::Expression *leftNode, ExpressionParseFlags exprFlags, bool isAwait) in ParseForInOf()
1467 std::tuple<ir::Expression *, ir::Expression *> ParserImpl::ParseForUpdate(bool isAwait) in ParseForUpdate()
1502 bool isAwait = false; in ParseForStatement() local