tor-browser

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

bug667507.js (108B)


      1 for (i = 0; i < 10; i++) {
      2    Object.defineProperty({}, "", {
      3        get: function() {}
      4    })
      5    gc()
      6 }