You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This mistakenly became an assertion in PR #2943. By inspection it is easy
to come up with a case where CreateTemporalDuration is fallible, and this
is well covered in test262.
Closes: #2992
ToTemporalDuration, step 15:
CreateTemporalDuration
is fallible, becauseresult
can contain too large values.The text was updated successfully, but these errors were encountered: