Skip to content

src: use explicit casts to silence conversion warnings

Addresses ~30 of the warnings posted in https://github.com/nodejs/node/issues/26733#issuecomment-473894753. (I don't think there's a better solution than accepting the precision loss, since bigint is already an available option.)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading