tor-browser

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

bug1155807.js (306B)


      1 for (var i = 0; i < 2; i++) {
      2    setJitCompilerOption("ion.warmup.trigger", 8)
      3    function f(state) {
      4        this.s = state
      5    }
      6    f.prototype.g = function(v, y) {
      7        this.t
      8    }
      9    x = ['', '']
     10    j = new f(false)
     11    x.filter(j.g, j)
     12    x.filter(j.g, new f(false))
     13    j.__proto__ = {}
     14 }