Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/fourslash/
DtypeOfSymbol_localSymbolOfExport.ts7 const symbolsInScope = test.symbolsInScope(ranges[0]); constant
8 const f = symbolsInScope.find(s => s.name === "f");
Dfourslash.ts186 symbolsInScope(range: Range): any[];
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts38 public symbolsInScope(range: FourSlash.Range): ts.Symbol[] { method in FourSlashInterface.Test
39 return this.state.symbolsInScope(range);
DfourslashImpl.ts1034 public symbolsInScope(range: Range): ts.Symbol[] {