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
@gibson042 I’m thrilled to hear this should be the case. I couldn’t find anywhere in the spec that seemed to mandate this, though. If it is already specified that this is required, perhaps you would be able to answer this question.
[Edit]: realized that the XS bug is about something a bit different: get/has/set not following SameValueZero, not whether or not the side channel exists at all, so maybe this is not the news I’d hoped for.
Discovered by an XS bug: Moddable-OpenSource/moddable#888
Maps and sets should not differentiate NaN values, such as those from
NaN
vs.Number("x")
vs.Math.sqrt(-1)
vs.Infinity * 0
.The text was updated successfully, but these errors were encountered: