Skip to content

Commit

Permalink
Editorial: GlobalObject cannot be undefined in the GetGlobalObject (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjg1119 authored and ljharb committed Dec 18, 2024
1 parent effe5f6 commit 49d6d45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -11721,7 +11721,7 @@ <h1>Realms</h1>
[[GlobalObject]]
</td>
<td>
an Object or *undefined*
an Object
</td>
<td>
The global object for this realm
Expand Down Expand Up @@ -11786,7 +11786,6 @@ <h1>InitializeHostDefinedRealm ( ): either a normal completion containing ~unuse
1. Let _realm_ be a new Realm Record.
1. Perform CreateIntrinsics(_realm_).
1. Set _realm_.[[AgentSignifier]] to AgentSignifier().
1. Set _realm_.[[GlobalObject]] to *undefined*.
1. Set _realm_.[[GlobalEnv]] to *undefined*.
1. Set _realm_.[[TemplateMap]] to a new empty List.
1. Let _newContext_ be a new execution context.
Expand Down

0 comments on commit 49d6d45

Please sign in to comment.