Searched refs:IsAsyncModifier (Results 1 – 9 of 9) sorted by relevance
122 bool IsAsyncModifier() const; in DEFINE_BITOPS()
30 bool Token::IsAsyncModifier() const in IsAsyncModifier() function in panda::es2panda::lexer::Token
127 bool IsAsyncModifier() const;
27 bool Token::IsAsyncModifier() const in IsAsyncModifier() function in ark::es2panda::lexer::Token
236 if (!Lexer()->GetToken().IsAsyncModifier()) { in GetDeclarationForNamedExport()
638 if (lexer_->GetToken().IsAsyncModifier()) { in ParseExpressionStatement()1644 if (!lexer_->GetToken().IsAsyncModifier()) { in ParseNamedExportDeclaration()
1739 bool isAsync = lexer_->GetToken().IsAsyncModifier(); in ParseMemberExpression()1966 if (lexer_->GetToken().IsAsyncModifier()) { in ParsePropertyModifiers()
1281 if (lexer_->GetToken().IsAsyncModifier()) { in ParseExpressionStatement()2469 } else if (lexer_->GetToken().IsAsyncModifier()) { in ParseExportDefaultDeclaration()2750 if (!lexer_->GetToken().IsAsyncModifier()) { in ParseNamedExportDeclaration()
1799 bool isAsync = lexer_->GetToken().IsAsyncModifier(); in ParseMemberExpression()2070 if (lexer_->GetToken().IsAsyncModifier()) { in ParsePropertyModifiers()