summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/debug/bug-1192401.js
blob: 82bc233d79621952f3ce81a6a840e03ff77c9a6d (plain)
1
2
3
4
5
const dbg = new Debugger();
const g = evalcx("lazy");
dbg.addDebuggee(g);
dbg.memory.trackingAllocationSites = true;
g.eval("this.alloc = {}");