Home
last modified time | relevance | path

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

/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/lexer/token/
Dtoken.h127 bool IsAsyncModifier() const;
Dtoken.cpp27 bool Token::IsAsyncModifier() const in IsAsyncModifier() function in ark::es2panda::lexer::Token
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementTSParser.cpp236 if (!Lexer()->GetToken().IsAsyncModifier()) { in GetDeclarationForNamedExport()
DstatementParser.cpp638 if (lexer_->GetToken().IsAsyncModifier()) { in ParseExpressionStatement()
1644 if (!lexer_->GetToken().IsAsyncModifier()) { in ParseNamedExportDeclaration()
DexpressionParser.cpp1739 bool isAsync = lexer_->GetToken().IsAsyncModifier(); in ParseMemberExpression()
1966 if (lexer_->GetToken().IsAsyncModifier()) { in ParsePropertyModifiers()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1281 if (lexer_->GetToken().IsAsyncModifier()) { in ParseExpressionStatement()
2469 } else if (lexer_->GetToken().IsAsyncModifier()) { in ParseExportDefaultDeclaration()
2750 if (!lexer_->GetToken().IsAsyncModifier()) { in ParseNamedExportDeclaration()
DexpressionParser.cpp1799 bool isAsync = lexer_->GetToken().IsAsyncModifier(); in ParseMemberExpression()
2070 if (lexer_->GetToken().IsAsyncModifier()) { in ParsePropertyModifiers()