Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
microbenchmarks
/
array-of-contiguous.js
blob: 552fab99a652f3d054ed67113af40e8b9159c1c4 [
file
] [
log
] [
blame
] [
edit
]
for
(
let i
=
0
;
i
<
1e5
;
++
i
)
Array
.
of
({
value
:
0
},
{
value
:
1
},
{
value
:
2
},
{
value
:
3
},
{
value
:
4
});