Skip to content

Commit

Permalink
Oops, calls and constructions had the same problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin committed Jun 20, 2023
1 parent b03eb6d commit 258d068
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -14275,7 +14275,8 @@ described in the previous section).
|callResult| and jump to the step labeled <a href="#invoke-return"><i>return</i></a>.
1. Set |completion| to the result of [=converted to an IDL value|converting=]
|callResult|.\[[Value]] to an IDL value of the same type as the operation's
return type.
return type. If this throws an exception, set |completion| to the completion value
representing the thrown exception.
1. <i id="invoke-return">Return:</i> at this
point |completion| will be set to an ECMAScript completion value.
1. [=Clean up after running a callback=] with |stored settings|.
Expand Down Expand Up @@ -14317,7 +14318,8 @@ a return type that is a [=promise type=].
|callResult| and jump to the step labeled <a href="#construct-return"><i>return</i></a>.
1. Set |completion| to the result of [=converted to an IDL value|converting=]
|callResult|.\[[Value]] to an IDL value of the same type as the operation's
return type.
return type. If this throws an exception, set |completion| to the completion value
representing the thrown exception.
1. <i id="construct-return">Return:</i> at this
point |completion| will be set to an ECMAScript completion value.
1. [=Clean up after running a callback=] with |stored settings|.
Expand Down

0 comments on commit 258d068

Please sign in to comment.