Write a raw 64-bit unsigned integer, split into high and low 32-bit parts. For use inside of a custom serializer._writeHostObject()
.
method
v8.DefaultSerializer.writeUint64
hi: number,
lo: number
): void;
method
Write a raw 64-bit unsigned integer, split into high and low 32-bit parts. For use inside of a custom serializer._writeHostObject()
.