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 4b3dbbf commit c493037
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion esmeta-ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"DoWait",
"FunctionBody[0,0].EvaluateFunctionBody",
"GetFunctionRealm",
"GetGlobalObject",
"GetViewByteLength",
"INTRINSICS.Atomics.notify",
"InstallErrorCause",
Expand Down
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 c493037

Please sign in to comment.