tor-browser

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

bug714645.js (301B)


      1 function testAddInconvertibleObjectAny() {
      2  var count = 0;
      3  function toString() {  }
      4  try {
      5    for (var i = 0; i < 100; i++)
      6        var q = count[count] && this ? testAddInconvertibleObjectAny : ++toString;
      7  }  catch (e)  {
      8    var dbg = count(toString);
      9  }
     10 }
     11 testAddInconvertibleObjectAny();