tc39/ecma262
Intro of Section 18: The global object is unique *per realm*
Ouverte
#532 ouverte le 9 avr. 2016
editorial changegood first issue
Métriques du dépôt
- Stars
- (15 626 étoiles)
- Métriques de merge PR
- (Merge moyen 92j 19h) (17 PRs mergées en 30 j)
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.