Searched refs:nextRequestId (Results 1 – 2 of 2) sorted by relevance
26 private nextRequestId: number; property in Remote32 this.nextRequestId = 0;49 this.deferredRequests.set(this.nextRequestId, d);51 responseId: this.nextRequestId,60 this.nextRequestId += 1;
79 private nextRequestId = 0; property in WasmEngineProxy134 const id = this.nextRequestId++;