Searched refs:nameKeyType (Results 1 – 4 of 4) sorted by relevance
35 …explicit TSMappedType(TSTypeParameter *typeParameter, Expression *nameKeyType, Expression *typeAnn… in TSMappedType() argument39 nameKeyType_(nameKeyType), in TSMappedType()
78 "nameKeyType": {
2424 "nameKeyType": {2835 "nameKeyType": {
1223 ir::Expression *nameKeyType = nullptr; in ParseTsMappedType() local1227 nameKeyType = ParseTsTypeAnnotation(&options); in ParseTsMappedType()1228 ASSERT(nameKeyType != nullptr); in ParseTsMappedType()1259 …auto *mappedType = AllocNode<ir::TSMappedType>(typeParameter, nameKeyType, typeAnnotation, readonl… in ParseTsMappedType()