DescriptionMake StringCharCodeAt runtime function do what it name implies and not
just indexed string access.
The difference is that String.prototype.charCodeAt accepts any number
as an index, whereas string[] only accepts array indices.
Committed: http://code.google.com/p/v8/source/detail?r=4790
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|