(declaration)
| 56687 | return parameter && parameter.symbol; |
| 56688 | } |
| 56689 | function getThisTypeOfDeclaration(declaration) { |
| 56690 | return getThisTypeOfSignature(getSignatureFromDeclaration(declaration)); |
| 56691 | } |
| 56692 | function getTypeOfAccessors(symbol) { |
| 56693 | var links = getSymbolLinks(symbol); |
| 56694 | if (!links.type) { |
no test coverage detected