From 49d6d457bd4edc78de0e2fc1e67570785f2c347a Mon Sep 17 00:00:00 2001 From: Jungyeom Kim Date: Wed, 18 Dec 2024 15:06:14 -0800 Subject: [PATCH] Editorial: GlobalObject cannot be undefined in the GetGlobalObject (#3445) --- spec.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec.html b/spec.html index 8afea8fb40..48321fe795 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.