tc39/ecma262
Intro of Section 18: The global object is unique *per realm*
Aperta
#532 aperta il 9 apr 2016
editorial changegood first issue
Metriche repository
- Star
- (15.626 stelle)
- Metriche merge PR
- (Merge medio 92g 19h) (17 PR mergiate in 30 g)
Descrizione
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.