Lines Matching refs:byteLength

765   assert(arr.byteLength !== undefined);
766 return arr.byteLength;
799 itemLength = item.byteLength;
1004 return _typeof(v) === 'object' && v !== null && v.byteLength !== undefined;
7434 if (view.byteLength === 0) {
8007 this._queueTotalSize -= entry.byteLength;
8012 view = new Uint8Array(entry.buffer, entry.byteOffset, entry.byteLength);
8034 byteLength: autoAllocateChunkSize,
8057 …stDescriptor.byteOffset + firstDescriptor.bytesFilled, firstDescriptor.byteLength - firstDescripto…
8158 assert(bytesFilled <= pullIntoDescriptor.byteLength);
8163 …ction ReadableByteStreamControllerEnqueueChunkToQueue(controller, buffer, byteOffset, byteLength) {
8167 byteLength: byteLength
8170 controller._queueTotalSize += byteLength;
8176 …var maxBytesToCopy = Math.min(controller._queueTotalSize, pullIntoDescriptor.byteLength - pullInto…
8191 var bytesToCopy = Math.min(totalBytesToCopyRemaining, headOfQueue.byteLength);
8195 if (headOfQueue.byteLength === bytesToCopy) {
8199 headOfQueue.byteLength -= bytesToCopy;
8271 byteLength: view.byteLength,
8328 if (pullIntoDescriptor.bytesFilled + bytesWritten > pullIntoDescriptor.byteLength) {
8344 … ReadableByteStreamControllerEnqueueChunkToQueue(controller, remainder, 0, remainder.byteLength);
8435 var byteLength = chunk.byteLength;
8440 …ableByteStreamControllerEnqueueChunkToQueue(controller, transferredBuffer, byteOffset, byteLength);
8443 var transferredView = new Uint8Array(transferredBuffer, byteOffset, byteLength);
8447 …ableByteStreamControllerEnqueueChunkToQueue(controller, transferredBuffer, byteOffset, byteLength);
8451 …ableByteStreamControllerEnqueueChunkToQueue(controller, transferredBuffer, byteOffset, byteLength);
8497 if (firstDescriptor.byteLength !== view.byteLength) {
8502 ReadableByteStreamControllerRespondInternal(controller, view.byteLength);
10883 result = new value.constructor(buffer, value.byteOffset, value.byteLength);
14569 var srcLength = src.byteLength;
14570 var dest32 = new Uint32Array(dest.buffer, 0, dest.byteLength >> 2);
18048 this._loaded += chunk.byteLength;
18089 this._loaded += chunk.byteLength;
24420 this._loaded += value.byteLength;
24572 this._loaded += value.byteLength;