Version 2.3.4

Fixed warnings on arm on newer GCC versions.

Fixed a number of minor bugs.

Performance improvements on all platforms.


git-svn-id: http://v8.googlecode.com/svn/trunk@4453 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/include/v8.h b/include/v8.h
index d90289a..4941767 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -856,6 +856,8 @@
    * copying begins.
    * \param length The number of bytes to copy from the string.
    * \param nchars_ref The number of characters written, can be NULL.
+   * \param hints Various hints that might affect performance of this or
+   *    subsequent operations.
    * \return The number of bytes copied to the buffer
    * excluding the NULL terminator.
    */