bug1116306.js (233B)
1 const dbg = new Debugger(); 2 const g = newGlobal({newCompartment: true}); 3 dbg.addDebuggee(g); 4 dbg.memory.trackingAllocationSites = true; 5 g.eval("this.alloc = {}"); 6 verifyprebarriers(); 7 schedulegc(3); 8 dbg.memory.drainAllocationsLog();