Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DfakesHosts.ts223 public readonly shouldAssertInvariants = !Harness.lightMode;
350 …ourceFile(fileName, content, languageVersion, this._setParentNodes || this.shouldAssertInvariants);
351 if (this.shouldAssertInvariants) {
DharnessIO.ts230 const shouldAssertInvariants = !lightMode; constant
233 …reateSourceFile(fileName, sourceText, languageVersion, /*setParentNodes:*/ shouldAssertInvariants);
235 if (shouldAssertInvariants) {