Chromium Code Reviews
DescriptionFix limit calculation in String.prototype.split
We are supposed to calculate the limit by using 2^53-1 if it
is undefined, and ToLength otherwise. Instead, we were using
32-bit unsigned integer values, which don't make sense and
were breaking a test.
R=littledan@chromium.org
LOG=N
BUG=v8:4245
Patch Set 1 #Patch Set 2 : Fixed test expectations #
Total comments: 2
Messages
Total messages: 17 (4 generated)
|
||||||||||||||||||||||||||||