Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: replace impossible THROW with CHECK #47168

Merged

Commits on Mar 20, 2023

  1. src: replace impossible THROW with CHECK

    The JS layer already verifies that divisor_bits is either a non-negative
    32-bit signed integer or null/undefined, in which case it passes -1 to
    the C++ layer. In either case, the C++ layer receives a 32-bit signed
    integer greater than or equal to -1.
    tniessen committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    19df782 View commit details
    Browse the repository at this point in the history