Home
last modified time | relevance | path

Searched defs:symbolsInScope (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DtypeOfSymbol_localSymbolOfExport.ts7 const symbolsInScope = test.symbolsInScope(ranges[0]); constant
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts42 public symbolsInScope(range: FourSlash.Range): ts.Symbol[] { method in FourSlashInterface.Test