tor-browser

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

bug1076026.js (153B)


      1 (function f() {
      2    let x = (new function() {})
      3    this.__defineGetter__("x", function() {
      4        ({
      5            e: x
      6        })
      7    })
      8 })();
      9 print(x)