Source code
Revision control
Copy as Markdown
Other Tools
// Debugger.prototype.findObjects should not expose internal JSFunction objects.
var g = newGlobal({newCompartment: true});
g.eval(`function f() { return function() {}; }`);
new Debugger(g).findObjects();