tc39/ecma262
Intro of Section 18: The global object is unique *per realm*
Aberta
#532 aberto em 9 de abr. de 2016
editorial changegood first issue
Métricas do repositório
- Stars
- (15.626 estrelas)
- Métricas de merge de PR
- (Mesclagem média 92d 19h) (17 fundiu PRs em 30d)
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.