tor-browser

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

bug646411.js (335B)


      1 load(libdir + "immutable-prototype.js");
      2 
      3 if (globalPrototypeChainIsMutable())
      4  __proto__ = Function();
      5 
      6 eval("\
      7 var MS = 16;\
      8 addNewTestCase(new Date(1899,11,31,16,0,0), \"new Date(1899,11,31,16,0,0)\", typeof UTC_DAY == 'undefined');\
      9 function addNewTestCase( DateCase, DateString, ResultArray ) {\
     10        ResultArray[MS];\
     11 }\
     12 ");