Searched refs:wrSize (Results 1 – 1 of 1) sorted by relevance
370 let wrSize = 0; variable414 wrSize = 0;415 while (wrSize < final.length) {416 const sliceLen = Math.min(final.length - wrSize, REQ_BUF_SIZE);417 const dataSlice = final.subarray(wrSize, wrSize + sliceLen);419 wrSize += sliceLen;420 r2 = Module._TraceStreamerParseDataEx(sliceLen, wrSize === final.length ? 1 : 0);426 while (wrSize < uint8Array.length) {427 const sliceLen = Math.min(uint8Array.length - wrSize, REQ_BUF_SIZE);428 const dataSlice = uint8Array.subarray(wrSize, wrSize + sliceLen);[all …]