tor-browser

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

bug1921215.js (239B)


      1 // |jit-test| --fast-warmup; --no-threads; exitstatus: 6
      2 timeout(0.05);
      3 function f() {
      4    var b = "".match();
      5    try {
      6        f();
      7    } catch {}
      8 }
      9 f();
     10 // Make sure we trigger the timeout to ensure the exitstatus is 6.
     11 while (true) {}