Skip to content

Commit

Permalink
Merge pull request #8 from pzuraq/set-add-initializer-function-name
Browse files Browse the repository at this point in the history
Set the name of the `addInitializer` function
  • Loading branch information
pzuraq authored Apr 12, 2023
2 parents ca35c74 + 5d556fe commit 444a531
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 @@ -24264,7 +24264,7 @@ <h1>
1. If IsCallable(_initializer_) is *false*, throw a *TypeError* exception.
1. Append _initializer_ to _initializers_.
1. Return *undefined*.
1. Return CreateBuiltinFunction(_addInitializerClosure_, 1, *""*, « »).
1. Return CreateBuiltinFunction(_addInitializerClosure_, 1, *"addInitializer"*, « »).
</emu-alg>
</emu-clause>

Expand Down

0 comments on commit 444a531

Please sign in to comment.