Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
DcompilerRunner.ts157 private harnessSettings: TestCaseParser.CompilerSettings; property in Harness.CompilerTest
/third_party/typescript/src/harness/
DharnessIO.ts452 harnessSettings: TestCaseParser.CompilerSettings & HarnessOptions | undefined; property
532 … const { declInputFiles, declOtherFiles, harnessSettings, options, currentDirectory } = context; constant