Searched defs:editContent (Results 1 – 3 of 3) sorted by relevance
119 function editContent(newContent: string) { function
39 public editContent(start: number, end: number, newText: string): void { method in Harness.LanguageService.ScriptInfo
3433 ScriptInfo.prototype.editContent = function (minChar, limChar, newText) { method in ScriptInfo