Reviewers: Søren Gjesse, Description: Add to documentation for GetIdentityHash
Please review this at http://codereview.chromium.org/99250 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M include/v8.h Index: include/v8.h =================================================================== --- include/v8.h (revision 1828) +++ include/v8.h (working copy) @@ -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 -~----------~----~----~----~------~----~------~--~---
