tor-browser

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

bug1610192.js (131B)


      1 // |jit-test| slow; skip-if: getBuildConfiguration("debug")
      2 
      3 var s = ''; 
      4 s += new Uint8Array(2 ** 23 + 2); 
      5 eval("[" + s + "1]");