tor-browser

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

bug487320.js (237B)


      1 // Binary: cache/js-dbg-64-57213af4a45d-linux
      2 // Flags:
      3 //
      4 function outer(x) {
      5    return (function foo() {
      6                this.bar = foo;
      7                return x;
      8            })();
      9 }
     10 print(outer(42));
     11 print(bar());           // BOOM!