Source code
Revision control
Copy as Markdown
Other Tools
g = newGlobal({newCompartment: true});
Debugger(g).memory.trackingAllocationSites = true;
evaluate("function h() { 'use asm'; return {}}", { global: g });
g = newGlobal({newCompartment: true});
Debugger(g).memory.trackingAllocationSites = true;
evaluate("function h() { 'use asm'; return {}}", { global: g });