DescriptionFix bug that could cause a string to be incorrectly tagged as an array index.
We should only mark a string as an array index if we can store the entire value
of the number in the hash field. We sometimes failed to reject larger numbers.
Fixes http://code.google.com/p/v8/issues/detail?id=728
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|