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

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:f8768c965ada
1 if (typeof ParallelArray === "undefined")
2 quit();
3
4 x = ParallelArray([1942], function() {})
5 x + watch.call(x, "length", (function() {}));

mercurial