We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d613230 commit ce76c9eCopy full SHA for ce76c9e
spec.html
@@ -21076,7 +21076,7 @@ <h1>Runtime Semantics: Evaluation</h1>
21076
1. Set the running execution context's LexicalEnvironment to _blockEnv_.
21077
1. Let _blockValue_ be Completion(Evaluation of |StatementList|).
21078
1. Set the running execution context's LexicalEnvironment to _oldEnv_.
21079
- 1. Return _blockValue_.
+ 1. Return ? _blockValue_.
21080
</emu-alg>
21081
<emu-note>
21082
<p>No matter how control leaves the |Block| the LexicalEnvironment is always restored to its former state.</p>
0 commit comments