(symbol)
| 72757 | return nameStr !== undefined && getTypeOfPropertyOfContextualType(thisType, nameStr) || undefined; |
| 72758 | } |
| 72759 | function isCircularMappedProperty(symbol) { |
| 72760 | return !!(ts.getCheckFlags(symbol) & 262144 /* CheckFlags.Mapped */ && !symbol.type && findResolutionCycleStartIndex(symbol, 0 /* TypeSystemPropertyName.Type */) >= 0); |
| 72761 | } |
| 72762 | function getTypeOfPropertyOfContextualType(type, name, nameType) { |
| 72763 | return mapType(type, function (t) { |
| 72764 | var _a; |
no test coverage detected