tc39/ecma262
View on GitHubIntro of Section 18: The global object is unique *per realm*
Open
#532 opened on Apr 9, 2016
editorial changegood first issue
Description
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.