Lines Matching refs:byteLength

531             length: stream.bytes.byteLength
1934 assert(arr.byteLength !== undefined);
1935 return arr.byteLength;
1968 itemLength = item.byteLength;
2173 return _typeof(v) === 'object' && v !== null && v.byteLength !== undefined;
8603 if (view.byteLength === 0) {
9176 this._queueTotalSize -= entry.byteLength;
9181 view = new Uint8Array(entry.buffer, entry.byteOffset, entry.byteLength);
9203 byteLength: autoAllocateChunkSize,
9226 …stDescriptor.byteOffset + firstDescriptor.bytesFilled, firstDescriptor.byteLength - firstDescripto…
9327 assert(bytesFilled <= pullIntoDescriptor.byteLength);
9332 …ction ReadableByteStreamControllerEnqueueChunkToQueue(controller, buffer, byteOffset, byteLength) {
9336 byteLength: byteLength
9339 controller._queueTotalSize += byteLength;
9345 …var maxBytesToCopy = Math.min(controller._queueTotalSize, pullIntoDescriptor.byteLength - pullInto…
9360 var bytesToCopy = Math.min(totalBytesToCopyRemaining, headOfQueue.byteLength);
9364 if (headOfQueue.byteLength === bytesToCopy) {
9368 headOfQueue.byteLength -= bytesToCopy;
9440 byteLength: view.byteLength,
9497 if (pullIntoDescriptor.bytesFilled + bytesWritten > pullIntoDescriptor.byteLength) {
9513 … ReadableByteStreamControllerEnqueueChunkToQueue(controller, remainder, 0, remainder.byteLength);
9604 var byteLength = chunk.byteLength;
9609 …ableByteStreamControllerEnqueueChunkToQueue(controller, transferredBuffer, byteOffset, byteLength);
9612 var transferredView = new Uint8Array(transferredBuffer, byteOffset, byteLength);
9616 …ableByteStreamControllerEnqueueChunkToQueue(controller, transferredBuffer, byteOffset, byteLength);
9620 …ableByteStreamControllerEnqueueChunkToQueue(controller, transferredBuffer, byteOffset, byteLength);
9666 if (firstDescriptor.byteLength !== view.byteLength) {
9671 ReadableByteStreamControllerRespondInternal(controller, view.byteLength);
11705 var end = begin + chunk.byteLength;
11728 position += data.byteLength;
12230 var end = begin + chunk.byteLength;
17265 if (requested <= buffer.byteLength) {
54575 length = data.byteLength;
55044 var actualLength = imgArray.byteLength;