From 62bb5c575327996050ac9cd32124c8efde38f666 Mon Sep 17 00:00:00 2001 From: tmdghks Date: Mon, 2 Sep 2024 20:32:16 -0700 Subject: [PATCH] Editorial: Widen parameter type of CreateDynamicFunction (#3380) --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 5c941e8da4..e8fa3043cf 100644 --- a/spec.html +++ b/spec.html @@ -30299,7 +30299,7 @@

Function ( ..._parameterArgs_, _bodyArg_ )

CreateDynamicFunction ( _constructor_: a constructor, - _newTarget_: a constructor, + _newTarget_: a constructor or *undefined*, _kind_: ~normal~, ~generator~, ~async~, or ~async-generator~, _parameterArgs_: a List of ECMAScript language values, _bodyArg_: an ECMAScript language value,