tor-browser

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

bug1646041.js (142B)


      1 // |jit-test| --ion-warmup-threshold=2
      2 function f() {
      3    while (true) {
      4        return 1;
      5    }
      6 }
      7 for (var i = 0; i < 100; i++) {
      8    f();
      9 }