tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

Debugger-findObjects-10.js (206B)


      1 // Debugger.prototype.findObjects should not expose internal JSFunction objects.
      2 
      3 var g = newGlobal({newCompartment: true});
      4 g.eval(`function f() { return function() {}; }`);
      5 new Debugger(g).findObjects();