tc39/ecma262
Intro of Section 18: The global object is unique *per realm*
Offen
#532 geöffnet am 09.04.2016
editorial changegood first issue
Repository-Metriken
- Stars
- (15.626 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 92T 19h) (17 gemergte PRs in 30 T)
Beschreibung
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.