tor-browser

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

bug1076091.js (138B)


      1 Object.defineProperty(this, "x", {
      2    get: function() {
      3        return this.y
      4    }
      5 })
      6 x
      7 x
      8 y = Int16Array
      9 var y
     10 assertEq(x, Int16Array)