tc39/ecma262

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

Open

#532 opened on 2016年4月9日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)HTML (1,409 forks)batch import
editorial changegood first issue

Repository metrics

Stars
 (15,626 stars)
PR merge metrics
 (平均マージ 92d 19h) (30d で 17 merged PRs)

説明

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.

コントリビューターガイド