![]() |
V8
latest master commit
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Static Public Member Functions | |
static V8_INLINE Name * | Cast (Value *obj) |
![]() | |
template<class T > | |
static V8_INLINE Value * | Cast (T *value) |
int v8::Name::GetIdentityHash | ( | ) |
Returns the identity hash for this object. The current implementation uses an inline property on the object to store the identity hash.
The return value will never be 0. Also, it is not guaranteed to be unique.