tor-browser

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

bug-1359252.js (145B)


      1 gczeal(4);
      2 setJitCompilerOption("ion.warmup.trigger", 1);
      3 function h() {
      4    for ([a, b] in { z: 9 }) {}
      5 }
      6 for (var j = 0; j < 10; j++)
      7    h();