Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
DcompilerRunner.ts148 private harnessSettings: TestCaseParser.CompilerSettings; property in Harness.CompilerTest
191 this.harnessSettings = testCaseContent.settings;
202 const baseUrl = this.harnessSettings.baseUrl;
204 this.harnessSettings.baseUrl = ts.getNormalizedAbsolutePath(baseUrl, rootDir);
238 this.harnessSettings,
240 /*currentDirectory*/ this.harnessSettings.currentDirectory,
292 this.harnessSettings);
301 this.harnessSettings);
310 this.harnessSettings.noTypesAndSymbols &&
311 this.harnessSettings.noTypesAndSymbols.toLowerCase() === "true";
/third_party/typescript/src/harness/
DharnessIO.ts392 harnessSettings: TestCaseParser.CompilerSettings | undefined,
409 if (harnessSettings) {
410 setCompilerOptionsFromHarnessSetting(harnessSettings, options);
446 harnessSettings: TestCaseParser.CompilerSettings & HarnessOptions | undefined; property
454 harnessSettings: TestCaseParser.CompilerSettings & HarnessOptions,
477 …rn { declInputFiles, declOtherFiles, harnessSettings, options, currentDirectory: currentDirectory …
526 … const { declInputFiles, declOtherFiles, harnessSettings, options, currentDirectory } = context; constant
527 …const output = compileFiles(declInputFiles, declOtherFiles, harnessSettings, options, currentDirec…
837 …ng, options: ts.CompilerOptions, result: compiler.CompilationResult, harnessSettings: TestCasePars…
860 sourceMapCode += fileOutput(sourceMap, harnessSettings);
[all …]