Searched defs:isReadonly (Results 1 – 4 of 4) sorted by relevance
119 [[maybe_unused]] bool isReadonly) in ParsePropertyOrMethodSignature()
932 …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
1531 …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
685 const bool isReadonly = (flags & ir::ModifierFlags::READONLY) != 0; in CheckVariableDeclaration() local