summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug754242.js
blob: fe5d6aafed7fe220beb74aa699cba08aa113ef43 (plain)
1
2
3
4
5
6
7
var g1 = newGlobal();
schedulezone(g1);
gcslice(1);
function testEq(b) {
    var a = deserialize(serialize(b));
}
testEq(Array(1024).join(Array(1024).join((false))));