summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/debug/bug1109328.js
blob: 8bbadace22985005a2a91e31262810bc90fc3d2d (plain)
1
2
3
4
5
6
7
8
try {
    gcslice(0)(""());
} catch (e) {}
g = newGlobal({newCompartment: true})
g.parent = this
g.eval("Debugger(parent).onExceptionUnwind=(function(){})");
gcparam("maxBytes", gcparam("maxBytes") - 8);
gc();