tor-browser

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

bug571168.js (166B)


      1 // |jit-test| error:InternalError
      2 
      3 // Binary: cache/js-dbg-64-b84d0be52070-linux
      4 // Flags:
      5 //
      6 var x = new Proxy(Function, {});
      7 if (x.__proto__ = x) {
      8    print(x);
      9 }