Interface: NativePointer
Opaque pointer object. Stores a native void* with full precision.
Null pointers are represented as JavaScript null.
Methods
equals()
equals(
other):boolean
Returns true if both pointers refer to the same address.
Parameters
other
NativePointer
Returns
boolean
offset()
offset(
n):NativePointer
Returns a new pointer offset by n bytes.
Parameters
n
number
Returns
NativePointer
toString()
toString():
string
Returns hex string representation, e.g. "0x7fff5a2b3c00".
Returns
string