Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
array-constant-size-allocation-large.js
blob: 8c501fc6f1e1e73e86de28aa24aa09ca5bcd76db [
file
] [
log
] [
blame
] [
edit
]
function
f0
()
{
const
v56
=
new
Array
(
1600
);
let data
=
v56
.
fill
(
null
)
for
(
const
v66 of data
)
{}
}
noInline
(
f0
);
for
(
let i
=
0
;
i
<
testLoopCount
;
++
i
)
f0
();