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