Status: Accepted Owner: [email protected] Labels: Type-Bug Priority-Medium
New issue 728 by [email protected]: Incorrect marking of some strings as array indices.
http://code.google.com/p/v8/issues/detail?id=728 Strings can be marked as array indices if they represent an array index, and the value of the index can fit in (part of) the hash field. The StringHasher class incorrectly identifies strings with too large values as array indices. This means that an incorrect (truncated) array index is stored in the hash field. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
