Searched refs:IsAsyncModifier (Results 1 – 10 of 10) sorted by relevance
118 bool IsAsyncModifier() const; in DEFINE_BITOPS()
27 bool Token::IsAsyncModifier() const in IsAsyncModifier() function in panda::es2panda::lexer::Token
122 bool IsAsyncModifier() const; in DEFINE_BITOPS()
30 bool Token::IsAsyncModifier() const in IsAsyncModifier() function in panda::es2panda::lexer::Token
620 if (lexer_->GetToken().IsAsyncModifier()) { in ParseExpressionStatement()1631 if (!lexer_->GetToken().IsAsyncModifier()) { in ParseNamedExportDeclaration()
1591 bool isAsync = lexer_->GetToken().IsAsyncModifier(); in ParseMemberExpression()1810 if (lexer_->GetToken().IsAsyncModifier()) { in ParsePropertyModifiers()
1645 if (!Lexer()->GetToken().IsAsyncModifier()) { in ParseNamedExportDeclaration()
2892 if (!Lexer()->GetToken().IsAsyncModifier()) { in ParseNamedExportDeclaration()
1269 if (lexer_->GetToken().IsAsyncModifier()) { in ParseExpressionStatement()2458 } else if (lexer_->GetToken().IsAsyncModifier()) { in ParseExportDefaultDeclaration()2742 if (!lexer_->GetToken().IsAsyncModifier()) { in ParseNamedExportDeclaration()
1798 bool isAsync = lexer_->GetToken().IsAsyncModifier(); in ParseMemberExpression()2069 if (lexer_->GetToken().IsAsyncModifier()) { in ParsePropertyModifiers()