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