Skip to content

Commit 2c68ee5

Browse files
committed
Specify a particular subtype of Environment Record
... for _realm_.[[GlobalEnv]] and _module_.[[Environment]]
1 parent e90ca68 commit 2c68ee5

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
@@ -6224,7 +6224,7 @@ <h1>Realms</h1>
62246224
[[GlobalEnv]]
62256225
</td>
62266226
<td>
6227-
Environment Record
6227+
global Environment Record
62286228
</td>
62296229
<td>
62306230
The global environment for this realm
@@ -21594,7 +21594,7 @@ <h1>Abstract Module Records</h1>
2159421594
[[Environment]]
2159521595
</td>
2159621596
<td>
21597-
Environment Record | *undefined*
21597+
module Environment Record | *undefined*
2159821598
</td>
2159921599
<td>
2160021600
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)