tor-browser

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

bug-1771090.js (234B)


      1 // |jit-test| skip-if: !hasFunction.oomAfterAllocations
      2 
      3 asyncFunc1("geval0\n await ''")
      4 async function asyncFunc1(lfVarx) {
      5  lfMod = parseModule(lfVarx);
      6  moduleLink(lfMod);
      7  await moduleEvaluate(lfMod);
      8 }
      9 oomAfterAllocations(1);