Skip to content

Commit 3f97086

Browse files
committed
Update artifacts
1 parent 6459d98 commit 3f97086

File tree

12 files changed

+18
-16
lines changed

12 files changed

+18
-16
lines changed

stats/base/max-by/accessors.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,15 +349,15 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
349349
get = x.accessors[ 0 ];
350350
&nbsp;
351351
if ( N === 1 || strideX === 0 ) {
352-
v = clbk.call( thisArg, get( xbuf, offsetX ), 0, offsetX, x );
352+
v = clbk.call( thisArg, get( xbuf, offsetX ), 0, offsetX, xbuf );
353353
if ( v === void 0 ) {
354354
return NaN;
355355
}
356356
return v;
357357
}
358358
ix = offsetX;
359359
for ( i = 0; i &lt; N; i++ ) {
360-
max = clbk.call( thisArg, get( xbuf, ix ), i, ix, x );
360+
max = clbk.call( thisArg, get( xbuf, ix ), i, ix, xbuf );
361361
if ( max !== void 0 ) {
362362
break;
363363
}
@@ -369,7 +369,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
369369
i += 1;
370370
for ( i; i &lt; N; i++ ) {
371371
ix += strideX;
372-
v = clbk.call( thisArg, get( xbuf, ix ), i, ix, x );
372+
v = clbk.call( thisArg, get( xbuf, ix ), i, ix, xbuf );
373373
if ( v === void 0 ) {
374374
continue;
375375
}
@@ -394,7 +394,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
394394
<div class='footer quiet pad2 space-top1 center small'>
395395
Code coverage generated by
396396
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
397-
at 2025-05-31T22:41:01.481Z
397+
at 2025-06-01T08:46:15.246Z
398398
</div>
399399
<script src="../../../../prettify.js"></script>
400400
<script>

stats/base/max-by/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
[292,292,100,53,53,100,2,2,100,292,292,100,"f698e2c25ebf247b2701cfac9864689049417c57","2025-01-17 23:17:34 -0800"]
33
[292,292,100,53,53,100,2,2,100,292,292,100,"581fd868c457579564f0a42225d7fbc8c9a8be35","2025-03-30 03:29:18 +0530"]
44
[335,335,100,50,50,100,3,3,100,335,335,100,"7d64bcba9a16806015fb6d22a431c7543f196c2f","2025-05-31 15:40:05 -0700"]
5+
[335,335,100,50,50,100,3,3,100,335,335,100,"72d1412ee12e86641d68fc537f64a24350861611","2025-06-01 01:44:59 -0700"]

stats/base/max-by/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1><a href="../../../../index.html">All files</a> stats/base/max-by/lib</h1>
146146
<div class='footer quiet pad2 space-top1 center small'>
147147
Code coverage generated by
148148
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149-
at 2025-05-31T22:41:01.481Z
149+
at 2025-06-01T08:46:15.246Z
150150
</div>
151151
<script src="../../../../prettify.js"></script>
152152
<script>

stats/base/max-by/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
271271
<div class='footer quiet pad2 space-top1 center small'>
272272
Code coverage generated by
273273
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
274-
at 2025-05-31T22:41:01.481Z
274+
at 2025-06-01T08:46:15.246Z
275275
</div>
276276
<script src="../../../../prettify.js"></script>
277277
<script>

stats/base/max-by/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
238238
<div class='footer quiet pad2 space-top1 center small'>
239239
Code coverage generated by
240240
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
241-
at 2025-05-31T22:41:01.481Z
241+
at 2025-06-01T08:46:15.246Z
242242
</div>
243243
<script src="../../../../prettify.js"></script>
244244
<script>

stats/base/max-by/ndarray.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
382382
<div class='footer quiet pad2 space-top1 center small'>
383383
Code coverage generated by
384384
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
385-
at 2025-05-31T22:41:01.481Z
385+
at 2025-06-01T08:46:15.246Z
386386
</div>
387387
<script src="../../../../prettify.js"></script>
388388
<script>

stats/base/min-by/accessors.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,15 +349,15 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
349349
get = x.accessors[ 0 ];
350350
&nbsp;
351351
if ( N === 1 || strideX === 0 ) {
352-
v = clbk.call( thisArg, get( xbuf, offsetX ), 0, offsetX, x );
352+
v = clbk.call( thisArg, get( xbuf, offsetX ), 0, offsetX, xbuf );
353353
if ( v === void 0 ) {
354354
return NaN;
355355
}
356356
return v;
357357
}
358358
ix = offsetX;
359359
for ( i = 0; i &lt; N; i++ ) {
360-
min = clbk.call( thisArg, get( xbuf, ix ), i, ix, x );
360+
min = clbk.call( thisArg, get( xbuf, ix ), i, ix, xbuf );
361361
if ( min !== void 0 ) {
362362
break;
363363
}
@@ -369,7 +369,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
369369
i += 1;
370370
for ( i; i &lt; N; i++ ) {
371371
ix += strideX;
372-
v = clbk.call( thisArg, get( xbuf, ix ), i, ix, x );
372+
v = clbk.call( thisArg, get( xbuf, ix ), i, ix, xbuf );
373373
if ( v === void 0 ) {
374374
continue;
375375
}
@@ -394,7 +394,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
394394
<div class='footer quiet pad2 space-top1 center small'>
395395
Code coverage generated by
396396
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
397-
at 2025-05-31T22:48:34.800Z
397+
at 2025-06-01T08:46:19.390Z
398398
</div>
399399
<script src="../../../../prettify.js"></script>
400400
<script>

stats/base/min-by/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
[292,292,100,53,53,100,2,2,100,292,292,100,"26c06be41772334826c3e382e663a171a5a900af","2025-02-19 15:56:23 +0530"]
33
[292,292,100,53,53,100,2,2,100,292,292,100,"b26c17064c9c862a63b069c13f0af9a3e68dceb4","2025-03-30 04:07:43 +0530"]
44
[335,335,100,50,50,100,3,3,100,335,335,100,"cdd2f1a7003c811f1379e3fc05fafbb3236dd74f","2025-05-31 15:47:37 -0700"]
5+
[335,335,100,50,50,100,3,3,100,335,335,100,"72d1412ee12e86641d68fc537f64a24350861611","2025-06-01 01:44:59 -0700"]

stats/base/min-by/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1><a href="../../../../index.html">All files</a> stats/base/min-by/lib</h1>
146146
<div class='footer quiet pad2 space-top1 center small'>
147147
Code coverage generated by
148148
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149-
at 2025-05-31T22:48:34.800Z
149+
at 2025-06-01T08:46:19.390Z
150150
</div>
151151
<script src="../../../../prettify.js"></script>
152152
<script>

stats/base/min-by/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
271271
<div class='footer quiet pad2 space-top1 center small'>
272272
Code coverage generated by
273273
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
274-
at 2025-05-31T22:48:34.800Z
274+
at 2025-06-01T08:46:19.390Z
275275
</div>
276276
<script src="../../../../prettify.js"></script>
277277
<script>

0 commit comments

Comments
 (0)