Skip to content

Commit

Permalink
Remove undefined form GlobalObject
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjg1119 committed Nov 21, 2024
1 parent 4e71641 commit 966db9a
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 @@ -11787,7 +11787,6 @@ <h1>InitializeHostDefinedRealm ( ): either a normal completion containing ~unuse
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.
1. Set the Function of _newContext_ to *null*.
Expand Down

0 comments on commit 966db9a

Please sign in to comment.