tor-browser

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

bug-1999633.js (195B)


      1 gczeal(2);
      2 a = newGlobal({newCompartment: true});
      3 Debugger(a).onEnterFrame = function(b) {
      4  if (b.type == "eval")
      5    return;
      6  b.eval("this");
      7 }
      8 a.eval("var bar = function() {}; bar.call(2)");