tor-browser

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

bug-1973333.js (218B)


      1 function f(x) {
      2  function g() {
      3    Array.from(arguments).sort(stackTest);
      4  }
      5  g.keepFailing = "object";
      6  var y = parseModule("");
      7  (function () {
      8    moduleLink(y);
      9    moduleLink(y);
     10  })();
     11  g(x, g);
     12 }
     13 f(f);