michael@0: // Binary: cache/js-dbg-64-4de07a341aab-linux michael@0: // Flags: -m -n -a michael@0: // michael@0: this.__proto__ = []; michael@0: var msPerDay = 86400000; michael@0: for ( var time = 0, year = 1969; year >= 0; year-- ) { michael@0: time -= TimeInYear(year); michael@0: } michael@0: function DaysInYear( y ) {} michael@0: function TimeInYear( y ) { michael@0: return ( DaysInYear(y) * msPerDay ); michael@0: }