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 isn't a problem with the spec text, as the observable behaviour is all correct. But we should definitely cover this case in test262 (as it must not be covered or it would have been noticed earlier) and then additionally it would be nice to profile the reference implementation to figure out why it's so slow and improve that, so that we don't take +10 seconds on our test262 tests.
(I discovered this with the exhaustive test scripts that I'm writing.)