DescriptionWhen strings can change from an ASCII representation to a
UC16 representation we need to be careful about flat strings.
Flat strings can be sliced or cons strings that have a flat
string under them, so when we ask a flat cons or a slice whether
it is ASCII or not we should ask the underlying string about
its representation. This should fix
http://code.google.com/p/chromium/issues/detail?id=10971
Committed: http://code.google.com/p/v8/source/detail?r=1830
Patch Set 1 #
Total comments: 2
Messages
Total messages: 2 (0 generated)
|