Skip to content

Commit

Permalink
fixup: review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 1, 2019
1 parent eb01bac commit 3c99bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -24440,9 +24440,9 @@ <h1>The Global Object</h1>
<emu-clause id="sec-value-properties-of-the-global-object">
<h1>Value Properties of the Global Object</h1>

<emu-clause id="sec-global-this">
<emu-clause id="sec-globalthis">
<h1>globalThis</h1>
<p>The initial value of `globalThis` in a Realm Record _realm_ is `_realm_.[[GlobalEnv]].[[GlobalThisValue]]`.
<p>The initial value of the `globalThis` property of the global object in a Realm Record _realm_ is _realm_.[[GlobalEnv]]'s EnvironmentRecord's [[GlobalThisValue]].</p>
<p>This property has the attributes { [[Writable]]: *true*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.</p>
</emu-clause>

Expand Down

0 comments on commit 3c99bcd

Please sign in to comment.