Home
last modified time | relevance | path

Searched refs:printCurrentFileState (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts681 public printCurrentFileState() { method in Debug
682 this.state.printCurrentFileState(/*showWhitespace*/ false, /*makeCaretVisible*/ true);
686 this.state.printCurrentFileState(/*showWhitespace*/ true, /*makeCaretVisible*/ true);
690 this.state.printCurrentFileState(/*showWhitespace*/ false, /*makeCaretVisible*/ false);
DfourslashImpl.ts1996 public printCurrentFileState(showWhitespace: boolean, makeCaretVisible: boolean) {
/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts438 printCurrentFileState(): void;