Author: [email protected]
Date: Fri May 1 09:39:21 2009
New Revision: 1836
Modified:
branches/bleeding_edge/include/v8.h
Log:
Add to documentation for GetIdentityHash
Review URL: http://codereview.chromium.org/99250
Modified: branches/bleeding_edge/include/v8.h
==============================================================================
--- branches/bleeding_edge/include/v8.h (original)
+++ branches/bleeding_edge/include/v8.h Fri May 1 09:39:21 2009
@@ -1121,7 +1121,10 @@
/**
* Returns the identity hash for this object. The current implemenation
uses
- * a hidden property on the object to store the identity hash.
+ * a hidden property on the object to store the identity hash.
+ *
+ * The return value will never be 0. Also, it is not guaranteed to be
+ * unique.
*/
int GetIdentityHash();
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---