[Webkit-unassigned] [Bug 23624] Expose a cross-platform NaN in MathExtras.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 30 09:09:53 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23624





------- Comment #5 from darin at apple.com  2009-01-30 09:09 PDT -------
(In reply to comment #3)
> I think this is because quiet_NaN() is declared as 
>   double quiet_NaN() throw()

I don't think that's why. The CTI throw code has nothing to do with C++
exceptions; it's about JavaScript exceptions.

I don't think we should define a new named NAN constant in MathExtras.h. I
think we should change our C++ code to use the standard quiet_NaN() directly.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list