tor-browser

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

bug1602390.js (117B)


      1 // |jit-test| --ion-osr=off; error:InternalError
      2 function f() {
      3    while (true) {
      4        var r = f();
      5    }
      6 }
      7 f();