tor-browser

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

bug915608.js (155B)


      1 function f1() {
      2    var b = new Float32Array(50);
      3    for (var i=0; i < 100; true ? ++i : x.foo()) {
      4        var x = b[i];
      5        typeof x;
      6    }
      7 }
      8 f1();