Searched refs:assertExists (Results 1 – 4 of 4) sorted by relevance
16 import {assertExists, assertTrue} from './logging';167 const appendResult = assertExists(rpc.appendResult);168 const pendingPromise = assertExists(this.pendingParses.shift());176 assertExists(this.pendingEOFs.shift()).resolve();179 assertExists(this.pendingResetTraceProcessors.shift()).resolve();182 assertExists(this.pendingRestoreTables.shift()).resolve();185 const qRes = assertExists(rpc.queryResult) as {} as QueryResultBypass;186 const pendingQuery = assertExists(this.pendingQueries[0]);195 const metricRes = assertExists(rpc.metricResult) as ComputeMetricResult;197 assertExists(this.pendingComputeMetrics.shift());[all …]
15 import {assertExists, assertTrue} from './logging';40 activeWasmWorker = assertExists(idleWasmWorker);
21 export function assertExists<A>(value: A | null | undefined): A { function
57 import {assertExists, assertFalse, assertTrue} from './logging';510 return assertExists(this.allRowsPromise);788 const batch = assertExists(this.resultObj.batches[nextBatchIdx]);