tor-browser

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

bug764792.js (115B)


      1 test();
      2 function test() {
      3  for (var i=0; i<2; ++i) {};
      4  try {}  catch ([ q ]) {
      5      function g() {}
      6  }     
      7 }