RESOLVED DUPLICATE of bug 16777 19272
Clean up NAN in JavaScriptCore?
https://bugs.webkit.org/show_bug.cgi?id=19272
Summary Clean up NAN in JavaScriptCore?
Darin Adler
Reported 2008-05-27 11:51:16 PDT
JavaScriptCore uses the following redundant ways to get the double NAN: function std::numeric_limits<double>::quiet_NaN() global KJS::NaN macro NAN There's also code that says (isnan || isinf) where it could more efficiently say !isfinite instead. We should clean this up. I'd like to see KJS::NaN and KJS::Inf go away entirely.
Attachments
Gavin Barraclough
Comment 1 2011-06-10 18:25:28 PDT
*** This bug has been marked as a duplicate of bug 16777 ***
Note You need to log in before you can comment on or make changes to this bug.