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