v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#include <v8-primitive.h>
Static Public Member Functions | |
static V8_INLINE Name * | Cast (Data *data) |
Static Public Member Functions inherited from Value | |
template<class T > | |
static V8_INLINE Value * | Cast (T *value) |
A superclass for symbols and strings.
Definition at line 78 of file v8-primitive.h.
Definition at line 89 of file v8-primitive.h.
int 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.