Searched refs:markerByName (Results 1 – 4 of 4) sorted by relevance
17 const start = test.markerByName('c');18 const end = test.markerByName('h');25 position: test.markerByName(mark).position,
220 markerByName(s: string): Marker;
38 public markerByName(s: string): FourSlash.Marker { method in FourSlashInterface.Test