Skip to content

Commit

Permalink
Editorial: Module Record in InnerModuleEvaluation need not be a Sourc…
Browse files Browse the repository at this point in the history
…e Text Module Record (#2092)

Fixes #2091
  • Loading branch information
codehag authored and ljharb committed Aug 9, 2020
1 parent 48b7f9d commit ae77188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -23576,7 +23576,7 @@ <h1>Evaluate ( ) Concrete Method</h1>

<emu-clause id="sec-innermoduleevaluation" aoid="InnerModuleEvaluation">
<h1>InnerModuleEvaluation ( _module_, _stack_, _index_ )</h1>
<p>The abstract operation InnerModuleEvaluation takes arguments _module_ (a Source Text Module Record), _stack_, and _index_. It is used by Evaluate to perform the actual evaluation process for _module_, as well as recursively on all other modules in the dependency graph. The _stack_ and _index_ parameters, as well as _module_'s [[DFSIndex]] and [[DFSAncestorIndex]] fields, are used the same way as in InnerModuleLinking. It performs the following steps when called:</p>
<p>The abstract operation InnerModuleEvaluation takes arguments _module_ (a Module Record), _stack_, and _index_. It is used by Evaluate to perform the actual evaluation process for _module_, as well as recursively on all other modules in the dependency graph. The _stack_ and _index_ parameters, as well as _module_'s [[DFSIndex]] and [[DFSAncestorIndex]] fields, are used the same way as in InnerModuleLinking. It performs the following steps when called:</p>

<emu-alg>
1. If _module_ is not a Cyclic Module Record, then
Expand Down

0 comments on commit ae77188

Please sign in to comment.