tc39/ecma262

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

開放

#532 建立於 2016年4月9日

 (4 則留言) (0 個反應) (0 位負責人)HTML (1,409 個分叉)batch import
editorial changegood first issue

倉庫指標

星標
 (15,626 顆星)
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.

貢獻者指南