Revision: 4353 Author: [email protected] Date: Tue Apr 6 11:04:45 2010 Log: Update doc as well.
[email protected] Review URL: http://codereview.chromium.org/1619003 http://code.google.com/p/v8/source/detail?r=4353 Modified: /branches/bleeding_edge/include/v8.h ======================================= --- /branches/bleeding_edge/include/v8.h Tue Apr 6 10:58:43 2010 +++ /branches/bleeding_edge/include/v8.h Tue Apr 6 11:04:45 2010 @@ -855,7 +855,7 @@ * \param start The starting position within the string at which * copying begins. * \param length The number of bytes to copy from the string. - * \param nchars The number of characters written. + * \param nchars_ref The number of characters written, can be NULL. * \return The number of bytes copied to the buffer * excluding the NULL terminator. */ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev To unsubscribe, reply using "remove me" as the subject.
