tor-browser

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

bug1835785.js (175B)


      1 // |jit-test| allow-unhandlable-oom; allow-oom; skip-if: !hasFunction.oomAtAllocation
      2 function main() {
      3  this
      4  oomAtAllocation(7);
      5  var v7 = /a/
      6  disassemble();
      7 }
      8 main();