summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1322420.js
blob: 750eefa3c1435545446f2d876816b635e141f0c6 (plain)
1
2
3
4
5
6
7
8
options('strict_mode');
var g1 = newGlobal({newCompartment: true});
var g2 = newGlobal({newCompartment: true});
var dbg = new Debugger();
dbg.addDebuggee(g1);
g1.eval('function f() {}');
gczeal(9, 1);
dbg.findScripts({});