Updates:
Mergedinto: 2260
Comment #2 on issue 2262 by [email protected]: Bug: cctest
test-strings/RobustSubStringStub fails
http://code.google.com/p/v8/issues/detail?id=2262
Thank you for pointing this out. This is actually a bug. Depending on the compiler, static_cast<int>(NAN) may be 0 or INT_MIN. The latter passes the test case, the former causes it to fail.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
