tor-browser

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

functionRedeclGlobalConst.js (63B)


      1 // |jit-test| error: SyntaxError
      2 const x = 0;
      3 function x() { }