tor-browser

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

bug-1090096.js (163B)


      1 load(libdir + "asserts.js");
      2 
      3 assertThrowsInstanceOf(
      4    () => Function(`
      5 for (let {
      6    [
      7        function(x) {;
      8        }
      9    ]: {}
     10 } in 0
     11 `),
     12    SyntaxError)