js/src/jit-test/tests/basic/bug716013.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:ddc58d78dfad
1 f = (function() {
2 for (x in [arguments, arguments]) yield(gczeal(4, function(){}))
3 })
4 for (i in f()) {}

mercurial