tor-browser

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

bug1115665.js (146B)


      1 Object.prototype[3] = 3
      2 x = Array()
      3    function f() {
      4        for (i = 0; i < 9; i++) {
      5            if (Object[x++] != 0) {}
      6        }
      7    }
      8 f()