Searched defs:isReadonly (Results 1 – 6 of 6) sorted by relevance
125 [[maybe_unused]] bool isReadonly) in ParsePropertyOrMethodSignature()
950 …dexSignature *ASParser::ParseIndexSignature(const lexer::SourcePosition &startLoc, bool isReadonly) in ParseIndexSignature()1044 …e *ASParser::ParsePropertyOrMethodSignature(const lexer::SourcePosition &startLoc, bool isReadonly) in ParsePropertyOrMethodSignature()1101 bool isReadonly = Lexer()->GetToken().KeywordType() == lexer::TokenType::KEYW_READONLY && in ParseTypeLiteralOrInterfaceMember() local
1549 …dexSignature *TSParser::ParseIndexSignature(const lexer::SourcePosition &startLoc, bool isReadonly) in ParseIndexSignature()1677 …e *TSParser::ParsePropertyOrMethodSignature(const lexer::SourcePosition &startLoc, bool isReadonly) in ParsePropertyOrMethodSignature()1755 bool isReadonly = Lexer()->GetToken().KeywordType() == lexer::TokenType::KEYW_READONLY && in ParseTypeLiteralOrInterfaceMember() local
1263 bool isReadonly = readonlyTok.has_value(); in ParseTypeLiteralOrInterfaceMember() local
95 isReadonly?: boolean; property
55 auto readonlyCheck = [](varbinder::LocalVariable const *var, bool isParent, bool isReadonly) { in CheckGetterSetterDecl()