Status: Accepted Owner: [email protected] Labels: Type-Bug Priority-Medium
New issue 1023 by [email protected]: NaN is interpreted as true in conditionals
http://code.google.com/p/v8/issues/detail?id=1023 The following should evaluate to true: (function(o){return !(o)})(NaN)The change in revision 6176 changes this to evaluate to false, which breaks mozilla/9.2
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
