tor-browser

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

warning-oom.js (106B)


      1 // OOM during reporting warning should be handled.
      2 
      3 oomTest(function(){
      4  new Function("return; 0;");
      5 });