Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.h119 [[maybe_unused]] bool isReadonly) in ParsePropertyOrMethodSignature()
DASparser.cpp932 …dexSignature *ASParser::ParseIndexSignature(const lexer::SourcePosition &startLoc, bool isReadonly) in ParseIndexSignature()
1022 …e *ASParser::ParsePropertyOrMethodSignature(const lexer::SourcePosition &startLoc, bool isReadonly) in ParsePropertyOrMethodSignature()
1079 bool isReadonly = Lexer()->GetToken().KeywordType() == lexer::TokenType::KEYW_READONLY && in ParseTypeLiteralOrInterfaceMember() local
DTSparser.cpp1531 …dexSignature *TSParser::ParseIndexSignature(const lexer::SourcePosition &startLoc, bool isReadonly) in ParseIndexSignature()
1655 …e *TSParser::ParsePropertyOrMethodSignature(const lexer::SourcePosition &startLoc, bool isReadonly) in ParsePropertyOrMethodSignature()
1733 bool isReadonly = Lexer()->GetToken().KeywordType() == lexer::TokenType::KEYW_READONLY && in ParseTypeLiteralOrInterfaceMember() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp685 const bool isReadonly = (flags & ir::ModifierFlags::READONLY) != 0; in CheckVariableDeclaration() local