tor-browser

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

bug-1136806.js (149B)


      1 // |jit-test| allow-unhandlable-oom; allow-oom
      2 
      3 if (typeof oomAfterAllocations == "function") {
      4  Debugger()
      5  oomAfterAllocations(6)
      6  Debugger()
      7 }