Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium

New issue 1757 by [email protected]: String.charAt on a substring of an externalized string returns wrong result.
http://code.google.com/p/v8/issues/detail?id=1757

var a = "abcdefghijklmnopqrstuvqxyz";
externalizeString(a, true);
assertEquals('b', a.substring(1).charAt(0));

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to