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
Apparently, under V8 division by zero literal and by zero assigned to a
variable yields bitwise-different values of NaN, which broke some tests
in `internal/fuzz`. Using an actual NaN value from the JavaScript
runtime fixes the issue.
Isolated example: https://jsfiddle.net/j3rtaz0o/1/. Note that Firefox
doesn't seem to exhibit this issue.
0 commit comments