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

Intro of Section 18: The global object is unique *per realm* #532

Open
claudepache opened this Issue Apr 9, 2016 · 0 comments

Comments

Projects
None yet
1 participant
@claudepache
Contributor

claudepache commented Apr 9, 2016

In Section 18: The Global Object, intro text:

The unique global object is created before control enters any execution context.

That sentence should be modified in order to mention realms, e.g.:

A unique global object is associated to each Realm during its initialization in InitializeHostDefinedRealm.

@jmdyck jmdyck referenced this issue Feb 28, 2018

Merged

Misc Editorial #1122

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment