tor-browser

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

bug1681258.js (197B)


      1 // |jit-test| --fast-warmup;--blinterp-warmup-threshold=10
      2 ignoreUnhandledRejections();
      3 
      4 oomTest(async function() {
      5    let m = parseModule(``);
      6    moduleLink(m);
      7    await moduleEvaluate(m);
      8 });