Bug 927801 - Ensure test cases create call object to fix failures with GGC r=terrence

This commit is contained in:
Jon Coppeard 2013-10-23 10:05:25 +01:00
parent 4fffae2f1c
commit e6276667f3

View File

@ -1,6 +1,8 @@
// |jit-test| error: out of memory
gcparam("maxBytes", gcparam("gcBytes") + 4*1024);
function f() {
var upvar = "";
function g() { upvar += ""; }
var inner4 = f("get"),
x1,x2,x3,x4,x5,x11,x12,x13,x14,x15,x16,x17,x18,
otherGlobalSameCompartment = newGlobal("same-compartment");