(name)
| 15240 | } |
| 15241 | ts.tryGetTextOfPropertyName = tryGetTextOfPropertyName; |
| 15242 | function getTextOfPropertyName(name) { |
| 15243 | return ts.Debug.checkDefined(tryGetTextOfPropertyName(name)); |
| 15244 | } |
| 15245 | ts.getTextOfPropertyName = getTextOfPropertyName; |
| 15246 | function entityNameToString(name) { |
| 15247 | switch (name.kind) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…