blob: 82bc233d79621952f3ce81a6a840e03ff77c9a6d [file] [log] [blame]
const dbg = new Debugger();
const g = evalcx("lazy");
dbg.addDebuggee(g);
dbg.memory.trackingAllocationSites = true;
g.eval("this.alloc = {}");