Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DfakesHosts.ts227 public readonly shouldAssertInvariants = !Harness.lightMode;
354 …ourceFile(fileName, content, languageVersion, this._setParentNodes || this.shouldAssertInvariants);
355 if (this.shouldAssertInvariants) {
DharnessIO.ts236 const shouldAssertInvariants = !lightMode; constant
239 …reateSourceFile(fileName, sourceText, languageVersion, /*setParentNodes:*/ shouldAssertInvariants);
241 if (shouldAssertInvariants) {