Searched refs:eachMarker (Results 1 – 16 of 16) sorted by relevance
/third_party/typescript/tests/cases/fourslash/ |
D | getOccurrencesLoopBreakContinueNegatives.ts | 66 goTo.eachMarker(() => verify.occurrencesAtPositionCount(0));
|
D | referencesInComment.ts | 8 goTo.eachMarker(() => verify.noReferences());
|
D | getOccurrencesThisNegatives2.ts | 143 goTo.eachMarker(() => verify.occurrencesAtPositionCount(0));
|
D | referencesForNoContext.ts | 24 goTo.eachMarker(() => verify.noReferences());
|
D | getOccurrencesLoopBreakContinue6.ts | 66 goTo.eachMarker(() => verify.occurrencesAtPositionCount(0));
|
D | quickInfoInvalidLocations.ts | 47 goTo.eachMarker(() => verify.not.quickInfoExists());
|
D | getOccurrencesSwitchCaseDefault4.ts | 14 goTo.eachMarker(() => verify.occurrencesAtPositionCount(0));
|
D | getOccurrencesConst03.ts | 14 goTo.eachMarker(() => verify.occurrencesAtPositionCount(0));
|
D | getOccurrencesConst02.ts | 14 goTo.eachMarker(() => verify.occurrencesAtPositionCount(0));
|
D | completionListsThroughTransitiveBaseClasses2.ts | 20 goTo.eachMarker((_, i) => {
|
D | completionListInUnclosedTypeArguments.ts | 26 goTo.eachMarker(marker => {
|
D | noImportCompletionsInOtherJavaScriptFile.ts | 25 goTo.eachMarker(() => {
|
D | completionListsThroughTransitiveBaseClasses.ts | 17 goTo.eachMarker((_, i) => {
|
D | quickInfoAlias.ts | 28 goTo.eachMarker((_, index) => {
|
D | fourslash.ts | 194 … eachMarker(markers: ReadonlyArray<string>, action: (marker: Marker, index: number) => void): void; 195 eachMarker(action: (marker: Marker, index: number) => void): void;
|
/third_party/typescript/src/harness/ |
D | fourslashInterfaceImpl.ts | 66 …public eachMarker(markers: readonly string[], action: (marker: FourSlash.Marker, index: number) =>… method in FourSlashInterface.GoTo 67 public eachMarker(action: (marker: FourSlash.Marker, index: number) => void): void; 68 …public eachMarker(a: readonly string[] | ((marker: FourSlash.Marker, index: number) => void), b?: …
|