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

New issue 2260 by [email protected]: SubStringStub on android arm fails to throw error on NaN input
http://code.google.com/p/v8/issues/detail?id=2260

print(%_SubString("abcdefg", NaN, 5));

The above code should trigger an illegal exception. On an actual arm device (Nexus S) however, it prints "abcde", ignoring the NaN.

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

Reply via email to