@@ -352,15 +352,15 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
352352 get = x.accessors[ 0 ];
353353
354354 if ( N === 1 || strideX === 0 ) {
355- v = clbk.call( thisArg, get( xbuf, offsetX ), 0, offsetX, x );
355+ v = clbk.call( thisArg, get( xbuf, offsetX ), 0, offsetX, xbuf );
356356 if ( v === void 0 || isnan( v ) ) {
357357 return NaN;
358358 }
359359 return 0.0;
360360 }
361361 ix = offsetX;
362362 for ( i = 0; i < N; i++ ) {
363- min = clbk.call( thisArg, get( xbuf, ix ), i, ix, x );
363+ min = clbk.call( thisArg, get( xbuf, ix ), i, ix, xbuf );
364364 if ( min !== void 0 ) {
365365 break;
366366 }
@@ -373,7 +373,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
373373 i += 1;
374374 for ( i; i < N; i++ ) {
375375 ix += strideX;
376- v = clbk.call( thisArg, get( xbuf, ix ), i, ix, x );
376+ v = clbk.call( thisArg, get( xbuf, ix ), i, ix, xbuf );
377377 if ( v === void 0 ) {
378378 continue;
379379 }
@@ -400,7 +400,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
400400 < div class ='footer quiet pad2 space-top1 center small '>
401401 Code coverage generated by
402402 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
403- at 2025-07-04T09:31:19.405Z
403+ at 2025-07-05T09:06:23.266Z
404404 </ div >
405405 < script src ="../../../../prettify.js "> </ script >
406406 < script >
0 commit comments