From 5d556fe792a0eeedef8cdf154649501b1bc66e8d Mon Sep 17 00:00:00 2001 From: Chris Hewell Garrett Date: Mon, 6 Mar 2023 20:30:01 -0500 Subject: [PATCH] Set the name of the `addInitializer` function --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 869d68342b..830fe39e7f 100644 --- a/spec.html +++ b/spec.html @@ -24264,7 +24264,7 @@

1. If _decorationState_.[[Finished]] is *true*, throw a *TypeError* exception. 1. Append _initializer_ to _initializers_. 1. Return *undefined*. - 1. Return CreateBuiltinFunction(_addInitializerClosure_, 1, *""*, « »). + 1. Return CreateBuiltinFunction(_addInitializerClosure_, 1, *"addInitializer"*, « »).