Home
last modified time | relevance | path

Searched refs:harnessSettings (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/testRunner/
DcompilerRunner.ts157 private harnessSettings: TestCaseParser.CompilerSettings; property in Harness.CompilerTest
200 this.harnessSettings = testCaseContent.settings;
211 const baseUrl = this.harnessSettings.baseUrl;
213 this.harnessSettings.baseUrl = ts.getNormalizedAbsolutePath(baseUrl, rootDir);
247 this.harnessSettings,
249 /*currentDirectory*/ this.harnessSettings.currentDirectory,
301 this.harnessSettings);
310 this.harnessSettings);
319 this.harnessSettings.noTypesAndSymbols &&
320 this.harnessSettings.noTypesAndSymbols.toLowerCase() === "true";
/third_party/typescript/src/harness/
DharnessIO.ts398 harnessSettings: TestCaseParser.CompilerSettings | undefined,
415 if (harnessSettings) {
416 setCompilerOptionsFromHarnessSetting(harnessSettings, options);
452 harnessSettings: TestCaseParser.CompilerSettings & HarnessOptions | undefined; property
460 harnessSettings: TestCaseParser.CompilerSettings & HarnessOptions,
483 …rn { declInputFiles, declOtherFiles, harnessSettings, options, currentDirectory: currentDirectory …
532 … const { declInputFiles, declOtherFiles, harnessSettings, options, currentDirectory } = context; constant
533 …const output = compileFiles(declInputFiles, declOtherFiles, harnessSettings, options, currentDirec…
836 …ng, options: ts.CompilerOptions, result: compiler.CompilationResult, harnessSettings: TestCasePars…
859 sourceMapCode += fileOutput(sourceMap, harnessSettings);
[all …]