DescriptionCheck ASCIIness of lhs, not this.
In one pathalogical case it's possible to have this->IsAsciiRepresentation() &&
!this->TryFlattenGetString()->IsAsciiRepresentation()---if cons string has two byte
string which holds only ascii chars and second is an empty string. In this case we
would return first which is not AsciiRepresentation(), however cons is.
Committed: http://code.google.com/p/v8/source/detail?r=5188
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|