Skip to content

Commit

Permalink
use new ReturnCompletion AO
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Oct 2, 2024
1 parent c420c0d commit 5f19284
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 @@ -23490,7 +23490,7 @@ <h1>
1. Perform ? FunctionDeclarationInstantiation(_functionObject_, _argumentsList_).
1. Perform ? Evaluation of |FunctionStatementList|.
1. NOTE: If the previous step resulted in a normal completion, then evaluation finished by proceeding past the end of the |FunctionStatementList|.
1. Return Completion Record { [[Type]]: ~return~, [[Value]]: *undefined*, [[Target]]: ~empty~ }.
1. Return ReturnCompletion(*undefined*).
</emu-alg>
</emu-clause>

Expand Down Expand Up @@ -24881,7 +24881,7 @@ <h1>
1. Assert: _functionObject_ is a synthetic function created by ClassStaticBlockDefinitionEvaluation step <emu-xref href="#step-synthetic-class-static-block-fn"></emu-xref>.
1. Perform ! FunctionDeclarationInstantiation(_functionObject_, « »).
1. Perform ? Evaluation of |ClassStaticBlockStatementList|.
1. Return Completion Record { [[Type]]: ~return~, [[Value]]: *undefined*, [[Target]]: ~empty~ }.
1. Return ReturnCompletion(*undefined*).
</emu-alg>
</emu-clause>

Expand Down

0 comments on commit 5f19284

Please sign in to comment.