DescriptionFix error handling in Date.prototype.toISOString.
This fixes Date.prototyoe.toISOString to throw a RangeError exception
for invalid time values. It also includes a fix to removes the arbitrary
(and completely bogus) range limit on the date value during construction
of a Date object. Note that we still have bogus range limits on the year
and month values.
R=lrn@chromium.org
BUG=v8:1792
TEST=mjsunit/date,test262/15.9.5.43-0-*
Committed: http://code.google.com/p/v8/source/detail?r=9829
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fix error handling in Date.prototype.toISOString. #
Total comments: 3
Patch Set 3 : Addressed comments by Lasse Reichstein. #
Messages
Total messages: 5 (0 generated)
|