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