From 10cc1b7c788e77efd3f535ba4148390e2034ab30 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Wed, 8 Jan 2025 15:30:32 -0800 Subject: [PATCH] Editorial: Don't set [[GlobalEnv]] to undefined temporarily (#3511) --- spec.html | 1 - 1 file changed, 1 deletion(-) diff --git a/spec.html b/spec.html index 4daff57eed..37bde11a5a 100644 --- a/spec.html +++ b/spec.html @@ -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_.[[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*.