michael@0: __proto__ = Function(); michael@0: eval("\ michael@0: var MS = 16;\ michael@0: addNewTestCase(new Date(1899,11,31,16,0,0), \"new Date(1899,11,31,16,0,0)\",\ michael@0: typeof UTC_DAY == 'undefined');\ michael@0: function addNewTestCase( DateCase, DateString, ResultArray ) {\ michael@0: ResultArray[MS];\ michael@0: }\ michael@0: ");