Sign in
webkit
/
WebKit
/
34f5efbbe2903324708c7d6f83220e30b3f6ddd8
/
.
/
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
();
}