Home
last modified time | relevance | path

Searched defs:abstractConstructor (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1623 bool abstractConstructor = lexer_->GetToken().KeywordType() == lexer::TokenType::KEYW_ABSTRACT; in ParseTsParenthesizedOrFunctionType() local
1683 bool throwError, bool abstractConstructor) in ParseTsFunctionType()