tor-browser

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

bug555206.js (125B)


      1 // |jit-test| error: TypeError
      2 __defineGetter__("x", function() { return /a/.exec(undefined); } );
      3 " ".replace(/\s/,"");
      4 x.b