Home
last modified time | relevance | path

Searched defs:addScript (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/harness/
DharnessLanguageService.ts174 public addScript(fileName: string, content: string, isRootFile: boolean): void { method in Harness.LanguageService.LanguageServiceAdapterHost
/third_party/typescript/tests/baselines/reference/
Dparserharness.js3483 TypeScriptLS.prototype.addScript = function (name, content, isResident) { method in TypeScriptLS