tor-browser

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

testDestructuringFormalError.js (70B)


      1 // |jit-test| error:TypeError
      2 (function({
      3    l
      4 }) {
      5    eval();
      6 })()