tor-browser

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

Debugger-findObjects-11.js (172B)


      1 // This shouldn't segfault.
      2 
      3 var g = newGlobal({newCompartment: true});
      4 g.eval(`function f() { return function() {
      5  function g() {}
      6 }; }`);
      7 new Debugger(g).findObjects();