Lines Matching refs:isIndexSignature
1334 ir::Expression *ParserImpl::ParseTsTypeLiteralOrInterfaceKey(bool *computed, bool *signature, bool *isIndexSignature)
1362 *isIndexSignature = true;
1484 bool isIndexSignature = false;
1495 ir::Expression *key = ParseTsTypeLiteralOrInterfaceKey(&computed, &signature, &isIndexSignature);
1498 if (isIndexSignature) {
1519 if (isIndexSignature) {
1542 if (lexer_->GetToken().Type() == lexer::TokenType::PUNCTUATOR_LEFT_PARENTHESIS && !isIndexSignature) {
1572 } else if (isIndexSignature) {
1576 if (!member && isIndexSignature) {
2413 desc->isIndexSignature = true;
2914 if (desc.isIndexSignature) {
2930 if (desc.isIndexSignature || lexer_->Lookahead() != LEX_CHAR_COLON) {
2941 if (desc.isIndexSignature) {