summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1321597.js
blob: ff8efe530c92b418c43a937724123e1fc5b7d54e (plain)
1
2
3
4
5
6
gczeal(9,3);
function test(s, okLine) {  };
var dbg = new Debugger;
dbg.onNewGlobalObject = function(global) {};
x = evalcx(test());
shortestPaths(this, ["\$4"], 5);