Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECMAScript global environment -> realm, as appropriate #466

Closed
domenic opened this issue Oct 17, 2017 · 1 comment
Closed

ECMAScript global environment -> realm, as appropriate #466

domenic opened this issue Oct 17, 2017 · 1 comment

Comments

@domenic
Copy link
Member

domenic commented Oct 17, 2017

I thought we had an issue for this, but we didn't.

The term "ECMAScript global environment" is used throughout IDL, basically to refer to the same thing as "realm", but it was invented before that concept existed in the JS spec.

We should get rid of it and replace it with appropriate references to realms. This is probably mostly mechanical; there are 11 uses left that I can see.

The "exposes" stuff might also be formalized better by making things imperative; I will file another issue for that.

@Ms2ger
Copy link
Member

Ms2ger commented Aug 22, 2019

Fixed in #681.

@Ms2ger Ms2ger closed this as completed Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants