Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Removing JS_strtod and JS_dtostr

4 views
Skip to first unread message

Jason Orendorff

unread,
Nov 24, 2009, 7:54:48 PM11/24/09
to
I'm fixing bug 509857 ("get rid of LOCK_DTOA"). This avoids entering
and leaving a lock in some cases where we convert a string to a number
or vice versa.

However, with my changes it's no longer convenient to implement
JS_strtod and JS_dtostr.

Note that these functions have never been in jsapi.h. I'm not sure why
they are named with the uppercase JS_ prefix.

Is anyone using these? Speak up!

-j

0 new messages