tor-browser

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

bug1966657.js (176B)


      1 // |jit-test| --fuzzing-safe; --ion-offthread-compile=off; skip-if: helperThreadCount() === 0;
      2 evalInWorker(`
      3  a = {
      4    then() {
      5      b
      6    }
      7  }
      8  Promise.any([a])
      9  c
     10 `)