tor-browser

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

recover-object-bug1174322.js (209B)


      1 function f(y) {
      2    Math.min(NaN) ? a : y
      3 }
      4 function g(y) {
      5    f({
      6        e: false
      7    })
      8 }
      9 x = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
     10     0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
     11 for (var j = 0; j < 23; ++j) {
     12    g(x[j])
     13 }