You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: spec.html
+2
Original file line number
Diff line number
Diff line change
@@ -1134,6 +1134,8 @@ <h1>
1134
1134
1. <ins>Else,</ins>
1135
1135
1. <ins>Assert: _asyncBody_ is an Abstract Closure with no parameters.</ins>
1136
1136
1. <ins>Let _result_ be _asyncBody_().</ins>
1137
+
1. <ins>If _result_ is a normal completion, then</ins>
1138
+
1. <ins>Set _result_ to Completion Record { [[Type]]: ~return~, [[Value]]: _result_.[[Value]], [[Target]]: ~empty~ }.</ins>
1137
1139
1. <del>Let _result_ be the result of evaluating _asyncBody_.</del>
1138
1140
1.Assert: If we return here, the async function either threw an exception or performed an implicit or explicit return; all awaiting is done.
1139
1141
1. Remove _asyncContext_ from the execution context stack and restore the execution context that is at the top of the execution context stack as the running execution context.
0 commit comments