diff --git a/spec.html b/spec.html index 155db30459..90475c7b0c 100644 --- a/spec.html +++ b/spec.html @@ -22198,6 +22198,7 @@

ModuleDeclarationEnvironmentSetup ( _module_ )

1. If _d_ is a |FunctionDeclaration|, a |GeneratorDeclaration|, an |AsyncFunctionDeclaration|, or an |AsyncGeneratorDeclaration|, then 1. Let _fo_ be the result of performing InstantiateFunctionObject for _d_ with argument _env_. 1. Call _envRec_.InitializeBinding(_dn_, _fo_). + 1. Return NormalCompletion(~empty~).