Home
last modified time | relevance | path

Searched refs:editContent (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DcachingFileSystemInformation.ts93 editContent(`import {x} from "f1";
99 editContent(`import {x} from "f2"`);
109 editContent(`import {x} from "f1"`);
119 function editContent(newContent: string) { function
120 rootScriptInfo.editContent(0, rootContent.length, newContent);
Dprojects.ts901 projectService.getScriptInfo(file1.path)!.editContent(0, 0, " ");
/third_party/typescript/src/server/
DscriptInfo.ts609 editContent(start: number, end: number, newText: string): void {
DeditorServices.ts3777 … scriptInfo.editContent(change.span.start, change.span.start + change.span.length, change.newText);
/third_party/typescript/src/harness/
DharnessLanguageService.ts39 public editContent(start: number, end: number, newText: string): void { method in Harness.LanguageService.ScriptInfo
216 script.editContent(start, end, newText);
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts1562 public editContent(minChar: number, limChar: number, newText: string) {
1639 this.scripts[i].editContent(minChar, limChar, newText);
/third_party/typescript/tests/baselines/reference/
Dparserharness.js1562 public editContent(minChar: number, limChar: number, newText: string) {
1639 this.scripts[i].editContent(minChar, limChar, newText);
3433 ScriptInfo.prototype.editContent = function (minChar, limChar, newText) { method in ScriptInfo
3501 this.scripts[i].editContent(minChar, limChar, newText);
Dparserharness.symbols4607 public editContent(minChar: number, limChar: number, newText: string) {
4608 >editContent : Symbol(ScriptInfo.editContent, Decl(parserharness.ts, 1558, 9))
4969 this.scripts[i].editContent(minChar, limChar, newText);
4970 >this.scripts[i].editContent : Symbol(ScriptInfo.editContent, Decl(parserharness.ts, 1558, 9))
4975 >editContent : Symbol(ScriptInfo.editContent, Decl(parserharness.ts, 1558, 9))
Dparserharness.errors.txt1848 public editContent(minChar: number, limChar: number, newText: string) {
1937 this.scripts[i].editContent(minChar, limChar, newText);
Dparserharness.types6293 public editContent(minChar: number, limChar: number, newText: string) {
6294 >editContent : (minChar: number, limChar: number, newText: string) => void
6744 this.scripts[i].editContent(minChar, limChar, newText);
6745 >this.scripts[i].editContent(minChar, limChar, newText) : void
6746 >this.scripts[i].editContent : (minChar: number, limChar: number, newText: string) => void
6752 >editContent : (minChar: number, limChar: number, newText: string) => void
/third_party/typescript/lib/
Dtsserverlibrary.d.ts10449 editContent(start: number, end: number, newText: string): void;
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10449 editContent(start: number, end: number, newText: string): void;