@@ -87118,16 +87118,30 @@ interface <dfn>NavigatorOnLine</dfn> {
87118
87118
propagated to the caller of this algorithm in the last step.</p>
87119
87119
</li>
87120
87120
87121
- <li><p>Let <var>record</var> be <var>result</var>'s <span
87122
- data-x="concept-module-script-module-record">module record</span>.</p>
87121
+ <li><p>Let <var>instantiationStatus</var> be null.</p></li>
87122
+
87123
+ <li><p>If <var>result</var>'s <span data-x="concept-module-script-instantiation-state">instantiation
87124
+ state</span> is "<code data-x="">errored</code>", then set <var>instantiationStatus</var> to
87125
+ Completion { [[Type]]: throw, [[Value]]: <var>result</var>'s <span
87126
+ data-x="concept-module-script-instantiation-error">instantiation error</span>, [[Target]]:
87127
+ empty }.</p></li>
87123
87128
87124
87129
<li>
87125
- <p>Let <var>instantiationStatus</var> be <var>record</var>.<span
87126
- data-x="js-ModuleDeclarationInstantiation">ModuleDeclarationInstantiation</span>().</p>
87130
+ <p>Otherwise:</p>
87131
+
87132
+ <ol>
87133
+ <li><p>Let <var>record</var> be <var>result</var>'s <span
87134
+ data-x="concept-module-script-module-record">module record</span>.</p></li>
87127
87135
87128
- <p class="note">This step will recursively call <span
87129
- data-x="js-ModuleDeclarationInstantiation">ModuleDeclarationInstantiation</span> all of the
87130
- module's uninstantiated dependencies.</p>
87136
+ <li>
87137
+ <p>Set <var>instantiationStatus</var> to <var>record</var>.<span
87138
+ data-x="js-ModuleDeclarationInstantiation">ModuleDeclarationInstantiation</span>().</p>
87139
+
87140
+ <p class="note">This step will recursively call <span
87141
+ data-x="js-ModuleDeclarationInstantiation">ModuleDeclarationInstantiation</span> all of the
87142
+ module's uninstantiated dependencies.</p>
87143
+ </li>
87144
+ </ol>
87131
87145
</li>
87132
87146
87133
87147
<li>
@@ -120225,6 +120239,7 @@ INSERT INTERFACES HERE
120225
120239
Geoff Richards,
120226
120240
Geoffrey Garen,
120227
120241
Geoffrey Sneddon,
120242
+ Georg Neis,
120228
120243
George Lund,
120229
120244
Gianmarco Armellin,
120230
120245
Giovanni Campagna,
0 commit comments