tc39/ecma262

Intro of Section 18: The global object is unique *per realm*

Open

#532 创建于 2016年4月9日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)HTML (1,409 fork)batch import
editorial changegood first issue

仓库指标

Star
 (15,626 star)
PR 合并指标
 (平均合并 92天 19小时) (30 天内合并 17 个 PR)

描述

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.

贡献者指南