You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.