diff --git a/spec.html b/spec.html index 996c964d13..0ef6dd1a73 100644 --- a/spec.html +++ b/spec.html @@ -11492,7 +11492,7 @@

NewDeclarativeEnvironment ( - _E_: an Environment Record, + _E_: an Environment Record or *null*, ): a Declarative Environment Record

@@ -11554,7 +11554,7 @@

1. Let _objRec_ be NewObjectEnvironment(_G_, *false*, *null*). - 1. Let _dclRec_ be a new Declarative Environment Record containing no bindings. + 1. Let _dclRec_ be NewDeclarativeEnvironment(*null*). 1. Let _env_ be a new Global Environment Record. 1. Set _env_.[[ObjectRecord]] to _objRec_. 1. Set _env_.[[GlobalThisValue]] to _thisValue_.