@@ -346,15 +346,15 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
346346 get = x.accessors[0];
347347
348348 if ( N === 1 || strideX === 0 ) {
349- v = clbk.call( thisArg, get( xbuf, offsetX ), 0, offsetX, x );
349+ v = clbk.call( thisArg, get( xbuf, offsetX ), 0, offsetX, xbuf );
350350 if ( v === void 0 || isnan( v ) ) {
351351 return NaN;
352352 }
353353 return 0.0;
354354 }
355355 ix = offsetX;
356356 for ( i = 0; i < N; i++ ) {
357- min = clbk.call( thisArg, get( xbuf, ix ), i, ix, x );
357+ min = clbk.call( thisArg, get( xbuf, ix ), i, ix, xbuf );
358358 if ( min === min && min !== void 0 ) {
359359 break;
360360 }
@@ -367,7 +367,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
367367 i += 1;
368368 for ( i; i < N; i++ ) {
369369 ix += strideX;
370- v = clbk.call( thisArg, get( xbuf, ix ), i, ix, x );
370+ v = clbk.call( thisArg, get( xbuf, ix ), i, ix, xbuf );
371371 if ( v === void 0 || isnan( v ) ) {
372372 continue;
373373 }
@@ -391,7 +391,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
391391 < div class ='footer quiet pad2 space-top1 center small '>
392392 Code coverage generated by
393393 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
394- at 2025-07-05T10:00:15.949Z
394+ at 2025-07-05T11:04:18.001Z
395395 </ div >
396396 < script src ="../../../../prettify.js "> </ script >
397397 < script >
0 commit comments