Searched refs:noGetErrOnBackgroundUpdate (Results 1 – 8 of 8) sorted by relevance
520 …atUsesEvents(host: TestServerHost, logger: Logger | undefined, noGetErrOnBackgroundUpdate?: boolea…524 { noGetErrOnBackgroundUpdate, logger: logger || createHasErrorMessageLogger() }550 …host.checkTimeoutQueueLength(noGetErrOnBackgroundUpdate ? 0 : 1); // Error checking queued only if…
68 noGetErrOnBackgroundUpdate: hasArgument("--noGetErrOnBackgroundUpdate"),
227 noGetErrOnBackgroundUpdate: SessionOptions["noGetErrOnBackgroundUpdate"]; property
16 noGetErrOnBackgroundUpdate: true,
1519 …const session = createSession(host, { canUseEvents: true, noGetErrOnBackgroundUpdate: true, logger…
754 noGetErrOnBackgroundUpdate?: boolean; property782 private readonly noGetErrOnBackgroundUpdate?: boolean;793 this.noGetErrOnBackgroundUpdate = opts.noGetErrOnBackgroundUpdate;927 if (!this.suppressDiagnosticEvents && !this.noGetErrOnBackgroundUpdate) {
11177 noGetErrOnBackgroundUpdate?: boolean; property11199 private readonly noGetErrOnBackgroundUpdate?;