js/src/jit-test/tests/ion/bug911708.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:45e3f4477c17
1 if (typeof ParallelArray === "undefined")
2 quit();
3
4 function x() {
5 yield x
6 }
7 new(x)
8 ParallelArray([7247], function() {
9 --x
10 eval("")
11 })

mercurial