From 3d4d88db02cdc1c46c7f00c8d5389f7f0e15be60 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Mon, 16 Sep 2019 15:29:19 -0400 Subject: [PATCH] Specify a particular subtype of Environment Record ... for _realm_.[[GlobalEnv]] and _module_.[[Environment]] --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index 493c91a0a53..d571feb2a78 100644 --- a/spec.html +++ b/spec.html @@ -7225,7 +7225,7 @@

Realms

[[GlobalEnv]] - Environment Record + global Environment Record The global environment for this realm @@ -22469,7 +22469,7 @@

Abstract Module Records

[[Environment]] - Environment Record | *undefined* + module Environment Record | *undefined* The Environment Record containing the top level bindings for this module. This field is set when the module is linked.