MwriteUint64
Bun

method

v8.DefaultSerializer.writeUint64

hi: number,
lo: number
): void;

Write a raw 64-bit unsigned integer, split into high and low 32-bit parts. For use inside of a custom serializer._writeHostObject().