tor-browser

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

bug-1649234-1.js (186B)


      1 // |jit-test| exitstatus: 6; skip-if: getBuildConfiguration("wasi")
      2 
      3 timeout(0.1, function() { return false; });
      4 Atomics.add(new Int32Array(1), 0, {
      5  valueOf() {
      6    while (1);
      7  }
      8 });