File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,12 @@ steps:
102
102
2 . Set M's essential internal methods to the definitions specified in
103
103
[ 15.2.1.15 Abstract Module Records]
104
104
(https://tc39.github.io/ecma262/#sec-abstract-module-records )
105
- 3 . Set M's [[ Namespace]] internal slot to DelegatedModuleNamespaceObjectCreate
105
+ 3 . Set M's [[ Realm]] internal slot to the current Realm Record.
106
+ 4 . Set M's [[ Namespace]] internal slot to DelegatedModuleNamespaceObjectCreate
106
107
(` M ` , ` O ` )
107
- 4 . Set M's [[ Environment]] internal slot to NewObjectEnvironment(` M ` .[[ Namespace]] , ** null** )
108
- 5 . Set M's [[ Evaluated]] internal slot to ** true**
109
- 6 . Return M
108
+ 5 . Set M's [[ Environment]] internal slot to NewObjectEnvironment(` M ` .[[ Namespace]] , ** null** )
109
+ 6 . Set M's [[ Evaluated]] internal slot to ** true**
110
+ 7 . Return M
110
111
111
112
### 3.2. ** DelegatedModuleNamespaceObject**
112
113
You can’t perform that action at this time.
0 commit comments