1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/jit-test/tests/jaeger/bug646411.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +__proto__ = Function(); 1.5 +eval("\ 1.6 +var MS = 16;\ 1.7 +addNewTestCase(new Date(1899,11,31,16,0,0), \"new Date(1899,11,31,16,0,0)\",\ 1.8 +typeof UTC_DAY == 'undefined');\ 1.9 +function addNewTestCase( DateCase, DateString, ResultArray ) {\ 1.10 + ResultArray[MS];\ 1.11 +}\ 1.12 +");