(rightMeaning)
| 51866 | return callback(globals, /*ignoreQualification*/ undefined, /*isLocalNameLookup*/ true); |
| 51867 | } |
| 51868 | function getQualifiedLeftMeaning(rightMeaning) { |
| 51869 | // If we are looking in value space, the parent meaning is value, other wise it is namespace |
| 51870 | return rightMeaning === 111551 /* SymbolFlags.Value */ ? 111551 /* SymbolFlags.Value */ : 1920 /* SymbolFlags.Namespace */; |
| 51871 | } |
| 51872 | function getAccessibleSymbolChain(symbol, enclosingDeclaration, meaning, useOnlyExternalAliasing, visitedSymbolTablesMap) { |
| 51873 | if (visitedSymbolTablesMap === void 0) { visitedSymbolTablesMap = new ts.Map(); } |
| 51874 | if (!(symbol && !isPropertyOrMethodDeclarationSymbol(symbol))) { |
no outgoing calls
no test coverage detected
searching dependent graphs…