blob: 48bb395a54504e816b62391cb752515ae55d3f2a [file] [log] [blame]
// |jit-test| allow-oom
function MyObject( value ) {}
gcparam("maxBytes", gcparam("gcBytes") + 4*(1));
gczeal(4);
function test() {}
var obj = new test();