Home
last modified time | relevance | path

Searched defs:editContent (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DcachingFileSystemInformation.ts119 function editContent(newContent: string) { function
/third_party/typescript/src/harness/
DharnessLanguageService.ts39 public editContent(start: number, end: number, newText: string): void { method in Harness.LanguageService.ScriptInfo
/third_party/typescript/tests/baselines/reference/
Dparserharness.js3433 ScriptInfo.prototype.editContent = function (minChar, limChar, newText) { method in ScriptInfo