Skip to content

Commit e844ad1

Browse files
committed
Specify a particular subtype of Environment Record
... for _realm_.[[GlobalEnv]] and _module_.[[Environment]]
1 parent 588ddcc commit e844ad1

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
@@ -22445,7 +22445,7 @@ <h1>Abstract Module Records</h1>
2244522445
[[Environment]]
2244622446
</td>
2244722447
<td>
22448-
Environment Record | *undefined*
22448+
module Environment Record | *undefined*
2244922449
</td>
2245022450
<td>
2245122451
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)