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
If this’s value internal slot is set to 0, throw a RangeError.
It's not clear whether this means "is set to a double that is == 0" or actually "is set to 0". In particular, it's not clear whether -0 should throw a RangeError. I expect it should and this should be made clear by doing s/0/0 or -0/.