Home
last modified time | relevance | path

Searched refs:IsAsyncModifier (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/token/
Dtoken.h118 bool IsAsyncModifier() const; in DEFINE_BITOPS()
Dtoken.cpp27 bool Token::IsAsyncModifier() const in IsAsyncModifier() function in panda::es2panda::lexer::Token
/arkcompiler/ets_frontend/es2panda/lexer/token/
Dtoken.h122 bool IsAsyncModifier() const; in DEFINE_BITOPS()
Dtoken.cpp30 bool Token::IsAsyncModifier() const in IsAsyncModifier() function in panda::es2panda::lexer::Token
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp620 if (lexer_->GetToken().IsAsyncModifier()) { in ParseExpressionStatement()
1631 if (!lexer_->GetToken().IsAsyncModifier()) { in ParseNamedExportDeclaration()
DexpressionParser.cpp1591 bool isAsync = lexer_->GetToken().IsAsyncModifier(); in ParseMemberExpression()
1810 if (lexer_->GetToken().IsAsyncModifier()) { in ParsePropertyModifiers()
DASparser.cpp1645 if (!Lexer()->GetToken().IsAsyncModifier()) { in ParseNamedExportDeclaration()
DTSparser.cpp2892 if (!Lexer()->GetToken().IsAsyncModifier()) { in ParseNamedExportDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1269 if (lexer_->GetToken().IsAsyncModifier()) { in ParseExpressionStatement()
2458 } else if (lexer_->GetToken().IsAsyncModifier()) { in ParseExportDefaultDeclaration()
2742 if (!lexer_->GetToken().IsAsyncModifier()) { in ParseNamedExportDeclaration()
DexpressionParser.cpp1798 bool isAsync = lexer_->GetToken().IsAsyncModifier(); in ParseMemberExpression()
2069 if (lexer_->GetToken().IsAsyncModifier()) { in ParsePropertyModifiers()