summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1104162.js
blob: 0ccc63c6041db9e33eaca3b6c4a454476e544418 (plain)
1
2
3
4
5
6
7
gczeal(11);
g = newGlobal()
g.eval("undefined;function f(){}")
Debugger(g).onDebuggerStatement = function(x) {
    x.eval("f").return.script.setBreakpoint(0, {})
}
g.eval("debugger")