Skip to content

Commit 43455c5

Browse files
committed
Update artifacts
1 parent 8308de3 commit 43455c5

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,15 +352,15 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
352352
get = x.accessors[ 0 ];
353353
&nbsp;
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 &lt; 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 &lt; 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>

stats/base/range-by/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
[298,298,100,55,55,100,2,2,100,298,298,100,"7aff77268ae4afcddefac12236dae10c7cf3b8ec","2025-06-09 07:03:33 +0000"]
55
[298,298,100,55,55,100,2,2,100,298,298,100,"f5e72dab44354dfc7218f7578eada19843f1353e","2025-06-09 08:25:31 +0000"]
66
[340,340,100,52,52,100,3,3,100,340,340,100,"34e5e2770f16fb82b758fcc9983cc8c834910a07","2025-07-04 02:30:06 -0700"]
7+
[340,340,100,52,52,100,3,3,100,340,340,100,"4f80b80dc67daff48e7e6c00aea02b3ad695fa44","2025-07-05 02:04:53 -0700"]

stats/base/range-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/range-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-07-04T09:31:19.405Z
149+
at 2025-07-05T09:06:23.266Z
150150
</div>
151151
<script src="../../../../prettify.js"></script>
152152
<script>

stats/base/range-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-07-04T09:31:19.405Z
274+
at 2025-07-05T09:06:23.266Z
275275
</div>
276276
<script src="../../../../prettify.js"></script>
277277
<script>

stats/base/range-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-07-04T09:31:19.405Z
241+
at 2025-07-05T09:06:23.266Z
242242
</div>
243243
<script src="../../../../prettify.js"></script>
244244
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-04T09:31:19.405Z
394+
at 2025-07-05T09:06:23.266Z
395395
</div>
396396
<script src="../../../../prettify.js"></script>
397397
<script>

0 commit comments

Comments
 (0)