tor-browser

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

bug550490.js (166B)


      1 function a() {
      2  function f() {}
      3  this.d = function() {
      4    f
      5  }
      6 } (function() {
      7  var a2, x
      8  a2 = new a;
      9  d = (function(){x * 1})();
     10 })()
     11 
     12 /* Don't assert. */