Home
last modified time | relevance | path

Searched refs:lightMode (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/harness/
DharnessIO.ts194 export let lightMode = false; variable
197 lightMode = flag;
236 const shouldAssertInvariants = !lightMode;
DfakesHosts.ts227 public readonly shouldAssertInvariants = !Harness.lightMode;
/third_party/typescript/src/testRunner/parallel/
Dhost.ts253 …const config: TestConfig = { light: lightMode, listenForWork: true, runUnitTests: Harness.runUnitT…