tor-browser

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

constGlobalAssignError.js (52B)


      1 // |jit-test| error: TypeError
      2 
      3 const x = 1; x = 2;