Skip to content

Commit

Permalink
Forgot AsyncFunctionStart
Browse files Browse the repository at this point in the history
  • Loading branch information
syg authored and ljharb committed Oct 17, 2024
1 parent 034ceb8 commit eb388e8
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 @@ -48902,7 +48902,7 @@ <h1>Async Functions Abstract Operations</h1>
<h1>
AsyncFunctionStart (
_promiseCapability_: a PromiseCapability Record,
_asyncFunctionBody_: a |FunctionBody| Parse Node or an |ExpressionBody| Parse Node,
_asyncFunctionBody_: a |FunctionBody| Parse Node, an |ExpressionBody| Parse Node, or an Abstract Closure with no parameters,
): ~unused~
</h1>
<dl class="header">
Expand Down

0 comments on commit eb388e8

Please sign in to comment.