Subj : Re: spidermonkey docu To : netscape.public.mozilla.jseng From : Sterling Bates Date : Fri Apr 09 2004 07:12 pm This is a multi-part message in MIME format. --------------090108010808000002010804 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Brendan Eich wrote: > Brendan Eich wrote: > > Not Great! ;-) Why are you not using Mozilla or Thunderbird? The patch > was once again not attached as a separate MIME part. OK, using Thunderbird now. If this doesn't work I'll telnet in and manually enter the headers and base64 encoding :-) What would work better is a metabug in bugzilla for all spidermonkey doc issues. I couldn't find one earlier today. It would be easier than having to scan the group for earlier documentation complaints. Sterling --------------090108010808000002010804 Content-Type: text/plain; name="diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diff.txt" 1839c1839 < JS_ValueToInt32 converts a specified JS value, v, to a JS double, and then to a 32-bit integer, if it fits. If the double is out of range, JS_ValueToInt32 reports an error and conversion fails. The double rounded to the nearest integer value.

--- > JS_ValueToInt32 converts a specified JS value, v, to a 32-bit integer (-2147483648 to 2147483647). If v is NaN, or a double and out of the 32-bit range, JS_ValueToInt32 reports an error and conversion fails. A double is rounded to the nearest integer value.

--------------090108010808000002010804-- .