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

DifferenceTemporalPlainYearMonth: TemporalDurationFromInternal is infallible #3025

Open
anba opened this issue Oct 25, 2024 · 0 comments
Open

Comments

@anba
Copy link
Contributor

anba commented Oct 25, 2024

DifferenceTemporalPlainYearMonth, step 17:

  1. Let result be ? TemporalDurationFromInternal(duration, day).

The call to TemporalDurationFromInternal is infallible.

The calls to TemporalDurationFromInternal in DifferenceTemporalZonedDateTime and DifferenceTemporalPlainDateTime are likely also infallible, because the duration components can't be large enough for TemporalDurationFromInternal to fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant