tor-browser

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

bug-1216607.js (314B)


      1 enableGeckoProfilingWithSlowAssertions();
      2 try {
      3 (function() {
      4   while (n--) {
      5   }
      6 })();
      7 } catch(exc1) {}
      8 function arrayProtoOutOfRange() {
      9    function f(obj) {}
     10    function test() {
     11        for (var i = 0; i < 1000; i++)
     12            var r = f(i % 2 ? a : b);
     13    }
     14    test();
     15 }
     16 oomTest(arrayProtoOutOfRange);