Source code
Revision control
Copy as Markdown
Other Tools
// them in its ScriptQuery's hash set.
var g = newGlobal({newCompartment: true});
var dbg = new Debugger();
dbg.addDebuggee(g);
g = newGlobal({sameZoneAs: g.Math});
dbg.findScripts({get source() { gc(); return undefined; }});