tor-browser

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

function-cloning-2.js (159B)


      1 if (typeof oomAtAllocation === 'object') {
      2    var a = [];
      3    oomAtAllocation(1);
      4    try {
      5    	a.forEach();
      6    } catch (e) {
      7    }
      8    a.forEach(()=>1);
      9 }