tor-browser

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

testBug1126754.js (130B)


      1 // |jit-test| error:SyntaxError
      2 
      3 (function() {
      4    with ({}) {}
      5    function f() {
      6        ({ *h(){} })
      7    }
      8    function f
      9 })()