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 object also must be associated with the ECMAScript global environment associated with the interface object.
I think this should become something like
The return value must also be created such that its [associated Realm] is F.[[Realm]].
When we fix #135, this will be true by default. In the meantime it's just a rephrasing of the legacy "ECMAScript global environment" language in terms of realms.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Currently, and after #205, there is the statement
I think this should become something like
When we fix #135, this will be true by default. In the meantime it's just a rephrasing of the legacy "ECMAScript global environment" language in terms of realms.
The text was updated successfully, but these errors were encountered: