mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 927801 - Ensure test cases create call object to fix failures with GGC r=terrence
This commit is contained in:
parent
4fffae2f1c
commit
e6276667f3
@ -1,6 +1,8 @@
|
|||||||
// |jit-test| error: out of memory
|
// |jit-test| error: out of memory
|
||||||
gcparam("maxBytes", gcparam("gcBytes") + 4*1024);
|
gcparam("maxBytes", gcparam("gcBytes") + 4*1024);
|
||||||
function f() {
|
function f() {
|
||||||
|
var upvar = "";
|
||||||
|
function g() { upvar += ""; }
|
||||||
var inner4 = f("get"),
|
var inner4 = f("get"),
|
||||||
x1,x2,x3,x4,x5,x11,x12,x13,x14,x15,x16,x17,x18,
|
x1,x2,x3,x4,x5,x11,x12,x13,x14,x15,x16,x17,x18,
|
||||||
otherGlobalSameCompartment = newGlobal("same-compartment");
|
otherGlobalSameCompartment = newGlobal("same-compartment");
|
||||||
|
Loading…
Reference in New Issue
Block a user