diff --git a/esmeta-ignore.json b/esmeta-ignore.json index 9703c535b1..a6e87a862b 100644 --- a/esmeta-ignore.json +++ b/esmeta-ignore.json @@ -7,7 +7,6 @@ "DoWait", "FunctionBody[0,0].EvaluateFunctionBody", "GetFunctionRealm", - "GetGlobalObject", "GetViewByteLength", "INTRINSICS.Atomics.add", "INTRINSICS.Atomics.notify", diff --git a/spec.html b/spec.html index 8d08d7232f..8554f7a1cc 100644 --- a/spec.html +++ b/spec.html @@ -11721,7 +11721,7 @@

Realms

[[GlobalObject]] - an Object or *undefined* + an Object The global object for this realm @@ -11786,7 +11786,6 @@

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.