Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
array-allocation-sink-2.js
blob: d1a951c2a5509987ff1b76a48e874c77583408fb [
file
] [
log
] [
blame
] [
edit
]
//@ runDefault("--validateGraphAtEachPhase=1")
for
(
let i
=
0
;
i
<=
1e5
;
i
++)
{
const
t1
=
Array
(
128
);
t1
[
4
]
=
128
;
}