Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/fourslash/
DfsEditMarkerPositions.ts11 verify.textAtCaretIs('right here');
DsmartIndentOnUnclosedFunctionDeclaration04.ts11 verify.textAtCaretIs(expectedText);
Dfourslash.ts263 textAtCaretIs(text: string): void;
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts274 public textAtCaretIs(text: string) { method in FourSlashInterface.Verify