Home
last modified time | relevance | path

Searched refs:rhsSymbol (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
DsymbolDisplay.ts582 … const rhsSymbol = typeChecker.getSymbolAtLocation((declaration.parent as BinaryExpression).right); constant
583 if (!rhsSymbol) {
587 documentation = rhsSymbol.getDocumentationComment(typeChecker);
588 tags = rhsSymbol.getJsDocTags(typeChecker);