zendive

Results 2 issues of zendive

```js jsdiff.diff({}, { 'Float16Array': new Float16Array([0, 1]), 'BigUint64Array': new BigUint64Array([0n, 1n]), 'BigInt64Array': new BigInt64Array([0n, 1n]), }); ``` ![Image](https://github.com/user-attachments/assets/1dc6ae13-5089-40c1-a6f3-4ae585432fdd)

```js jsdiff.diff({}, { 'set': new Set([0, 1]), 'map': new Map([['a',1],['b',2]]), }); ``` ![Image](https://github.com/user-attachments/assets/f7ecc412-757d-4503-909c-d79601704e60)