tor-browser

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

bug1330662.js (205B)


      1 // |jit-test| --ion-warmup-threshold=50
      2 setJitCompilerOption("offthread-compilation.enable", 0);
      3 gcPreserveCode();
      4 
      5 for (i=0;i<10000;++i) {
      6    a = inIon() ? 0 : 300;
      7    buf = new Uint8ClampedArray(a);
      8 }