tor-browser

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

bug580699.js (194B)


      1 // Binary: cache/js-dbg-32-7c6f62fcbd91-linux
      2 // Flags: -m
      3 //
      4 function f() {
      5    (function () {
      6        x;
      7        function a() {}
      8        print(a)
      9    })()
     10 }
     11 this.__defineGetter__("x", gc)
     12 f()