From: asargent@chromium.org Date: Fri, 1 May 2009 16:39:21 +0000 (+0000) Subject: Add to documentation for GetIdentityHash X-Git-Tag: upstream/4.7.83~24210 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9926c85e1fa101b0268a40de4e0ed919cb0b70b9;p=platform%2Fupstream%2Fv8.git Add to documentation for GetIdentityHash Review URL: http://codereview.chromium.org/99250 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1836 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/include/v8.h b/include/v8.h index 1013cab82..ee4951d22 100644 --- a/include/v8.h +++ b/include/v8.h @@ -1121,7 +1121,10 @@ class V8EXPORT Object : public Value { /** * 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();