summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug695290.js
blob: 0dff9c33e9b614f8ca1c98bed6829222373545cf (plain)
1
2
3
4
5
6
7
8
9
10
11
// |jit-test| error:Error

// Binary: cache/js-dbg-64-cf5da681d577-linux
// Flags: -m -n -a
//

options("typeinfer");
gczeal(2);
var g = newGlobal();
gcparam("maxBytes", 22000);
let array = g.eval("new Array(1,2,3)");