index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
basic
/
testDeepBailInMoreIter.js
blob: 85c9f470f7418222bb22b0ea0f7617b5bc43f415 (
plain
)
1
2
3
4
5
w
=
(
function
*
()
{
yield
})();
w
.
next
();
for
(
var
i
=
0
;
i
<
100
;
++
i
)
{
for
(
v
of
w
)
{}
}