blob: 9595f6963b6fbaac095c89aa330670cb224f1152 [file] [log] [blame]
// Debugger.prototype.findObjects should not expose internal JSFunction objects.
var g = newGlobal();
g.eval(`function f() { return function() {}; }`);
new Debugger(g).findObjects();