Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
for-of-post-sinking-osr-availability.js
blob: a445119387f49edcf80ccd214cbd07b06366c406 [
file
] [
log
] [
blame
]
function
foo
()
{
Array
.
of
({});
}
for
(
let i
=
0
;
i
<
10
;
i
++)
{
foo
();
}