tor-browser

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

bug777992.js (139B)


      1 verifyprebarriers()
      2 x = []
      3 function z() {}
      4 Object.defineProperty(x, 2, {
      5    value: z
      6 })
      7 gczeal(2, 2)
      8 y = x.slice(2)
      9 y.e = (function() {})