summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/debug/bug1266434.js
blob: 7e4a7a08dd7c4312ad2ee2275e42d3c90c538d7e (plain)
1
2
3
4
5
6
7
8
var g = newGlobal();
var dbg = new Debugger(g);
var g = newGlobal();
g.evaluate("function f(x) { return x + 1; }");
var gw = dbg.addDebuggee(g);
gczeal(2, 1);
var s = dbg.findScripts();
gczeal(0);