* **Version**: v14.10.1 * **Platform**: Linux edef72861714 4.14.152-127.182.amzn2.x86_64 #1 SMP Thu Nov 14 17:32:43 UTC 2019 x86_64 GNU/Linux ### What steps will reproduce the bug? ```js readSync(reader, buffer, 0, 12, BigInt(position)) ``` ### How often does it reproduce? Is there a required condition? Everytime. ### What is the expected behavior? It should read from the position in the file, and it will if you use `Number(position)` on a BigInt position. ### What do you see instead? The call reads data into the buffer but it begins at position 0 in the file instead of at the position noted in the BigInt.