Skip to content

Commit

Permalink
Missed NameEvaluation case
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Dec 10, 2021
1 parent 97ff3ba commit e0ea935
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 @@ -9193,7 +9193,7 @@ <h1>
<emu-grammar>ParenthesizedExpression : `(` Expression `)`</emu-grammar>
<emu-alg>
1. Assert: IsAnonymousFunctionDefinition(|Expression|) is *true*.
1. Return the result of performing NamedEvaluation for |Expression| with argument _name_.
1. Return the result of performing NamedEvaluation of |Expression| with argument _name_.
</emu-alg>
<emu-grammar>FunctionExpression : `function` `(` FormalParameters `)` `{` FunctionBody `}`</emu-grammar>
<emu-alg>
Expand Down

0 comments on commit e0ea935

Please sign in to comment.