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);52 responseId: this.nextRequestId,57 this.nextRequestId += 1;
77 private nextRequestId: number; property in WasmEngineProxy82 this.nextRequestId = 0;96 const id = this.nextRequestId++;106 const id = this.nextRequestId++;132 const id = this.nextRequestId++;