Skip to content

Commit 2d6d20f

Browse files
Review by jmdyck
1 parent ee61cc9 commit 2d6d20f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -28474,7 +28474,7 @@ <h1>Synthetic Module Records</h1>
2847428474
<emu-clause id="sec-create-default-export-synthetic-module" type="abstract operation">
2847528475
<h1>
2847628476
CreateDefaultExportSyntheticModule (
28477-
_defaultExport_: an ECMAScript Language value,
28477+
_defaultExport_: an ECMAScript language value,
2847828478
): a Synthetic Module Record
2847928479
</h1>
2848028480
<dl class="header">
@@ -28529,7 +28529,7 @@ <h1>
2852928529
</emu-clause>
2853028530

2853128531
<emu-clause id="sec-smr-module-record-methods">
28532-
<h1>Implementation of Module Record abstract methods</h1>
28532+
<h1>Implementation of Module Record Abstract Methods</h1>
2853328533

2853428534
<p>The following are the concrete methods for Synthetic Module Record that implement the corresponding Module Record abstract methods defined in <emu-xref href="#table-abstract-methods-of-module-records"></emu-xref>.</p>
2853528535

@@ -28589,7 +28589,7 @@ <h1>Link ( ): ~unused~</h1>
2858928589
1. Let _realm_ be _module_.[[Realm]].
2859028590
1. Let _env_ be NewModuleEnvironment(_realm_.[[GlobalEnv]]).
2859128591
1. Set _module_.[[Environment]] to _env_.
28592-
1. For each String _exportName_ in _module_.[[ExportNames]], do
28592+
1. For each String _exportName_ of _module_.[[ExportNames]], do
2859328593
1. Perform ! _env_.CreateMutableBinding(_exportName_, *false*).
2859428594
1. Perform ! _env_.InitializeBinding(_exportName_, *undefined*).
2859528595
1. Return ~unused~.
@@ -28610,8 +28610,8 @@ <h1>Evaluate ( ): a Promise</h1>
2861028610
1. Set the ScriptOrModule of _moduleContext_ to _module_.
2861128611
1. Set the VariableEnvironment of _moduleContext_ to _module_.[[Environment]].
2861228612
1. Set the LexicalEnvironment of _moduleContext_ to _module_.[[Environment]].
28613-
1. Suspend the currently running execution context.
28614-
1. Push _moduleContext_ on to the execution context stack; _moduleContext_ is now the running execution context.
28613+
1. Suspend the running execution context.
28614+
1. Push _moduleContext_ onto the execution context stack; _moduleContext_ is now the running execution context.
2861528615
1. Let _steps_ be _module_.[[EvaluationSteps]].
2861628616
1. Let _result_ be Completion(_steps_(_module_)).
2861728617
1. Suspend _moduleContext_ and remove it from the execution context stack.

0 commit comments

Comments
 (0)