tor-browser

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

bug648739.js (183B)


      1 // |jit-test| error:TypeError
      2 
      3 // Binary: cache/js-dbg-64-6c8becdd1574-linux
      4 // Flags:
      5 //
      6 (function () {
      7    [] = x = /x/;
      8    x.toString = Function.prototype.bind;
      9    print(x)
     10 })()