Skip to content

Commit 3d4d88d

Browse files
committed
Specify a particular subtype of Environment Record
... for _realm_.[[GlobalEnv]] and _module_.[[Environment]]
1 parent 985dc10 commit 3d4d88d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7225,7 +7225,7 @@ <h1>Realms</h1>
72257225
[[GlobalEnv]]
72267226
</td>
72277227
<td>
7228-
Environment Record
7228+
global Environment Record
72297229
</td>
72307230
<td>
72317231
The global environment for this realm
@@ -22469,7 +22469,7 @@ <h1>Abstract Module Records</h1>
2246922469
[[Environment]]
2247022470
</td>
2247122471
<td>
22472-
Environment Record | *undefined*
22472+
module Environment Record | *undefined*
2247322473
</td>
2247422474
<td>
2247522475
The Environment Record containing the top level bindings for this module. This field is set when the module is linked.

0 commit comments

Comments
 (0)