Skip to content

Commit

Permalink
Editorial: Use consistent wording for referring to the running execut…
Browse files Browse the repository at this point in the history
…ion context
  • Loading branch information
h2oche committed Jun 2, 2022
1 parent cb9c327 commit 7203300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -25811,7 +25811,7 @@ <h1>
1. Set the VariableEnvironment of _scriptContext_ to _globalEnv_.
1. Set the LexicalEnvironment of _scriptContext_ to _globalEnv_.
1. Set the PrivateEnvironment of _scriptContext_ to *null*.
1. Suspend the currently running execution context.
1. Suspend the running execution context.
1. Push _scriptContext_ onto the execution context stack; _scriptContext_ is now the running execution context.
1. Let _script_ be _scriptRecord_.[[ECMAScriptCode]].
1. Let _result_ be Completion(GlobalDeclarationInstantiation(_script_, _globalEnv_)).
Expand Down Expand Up @@ -27757,7 +27757,7 @@ <h1>
1. Assert: _module_ has been linked and declarations in its module environment have been instantiated.
1. Set the VariableEnvironment of _moduleContext_ to _module_.[[Environment]].
1. Set the LexicalEnvironment of _moduleContext_ to _module_.[[Environment]].
1. Suspend the currently running execution context.
1. Suspend the running execution context.
1. If _module_.[[HasTLA]] is *false*, then
1. Assert: _capability_ is not present.
1. Push _moduleContext_ onto the execution context stack; _moduleContext_ is now the running execution context.
Expand Down

0 comments on commit 7203300

Please sign in to comment.