Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
microbenchmarks
/
large-empty-array-join-resolve-rope.js
blob: 354f002b57385e6ab4be154088a721bbfede6374 [
file
] [
log
] [
blame
] [
edit
]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
const
array
=
[];
for
(
let i
=
0
;
i
<
100
;
++
i
)
array
.
push
(
new
Array
(
1e4
).
join
(
'—'
+
i
).
slice
(
1
));