Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/fourslash/
DinlayHintsShouldWork32.ts17 const start = test.markerByName('c');
18 const end = test.markerByName('h');
25 position: test.markerByName(mark).position,
DinlayHintsShouldWork33.ts17 const start = test.markerByName('c');
18 const end = test.markerByName('h');
25 position: test.markerByName(mark).position,
Dfourslash.ts220 markerByName(s: string): Marker;
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts38 public markerByName(s: string): FourSlash.Marker { method in FourSlashInterface.Test