summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug858097.js
blob: 9420eada4d1129c865326636cbf46d24c9399dd4 (plain)
1
2
3
4
5
6
7
// |jit-test| allow-oom; allow-unhandlable-oom
gczeal(0);
function MyObject( value ) {}
gcparam("maxBytes", gcparam("gcBytes") + 4*(1));
gczeal(4);
function test() {}
var obj = new test();