tor-browser

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

functionRedeclConst.js (75B)


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