We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b7e4c commit ab6f2d5Copy full SHA for ab6f2d5
1 file changed
spec.html
@@ -11664,7 +11664,7 @@ <h1>InitializeHostDefinedRealm ( ): either a normal completion containing ~unuse
11664
1. Set the Realm of _newContext_ to _realm_.
11665
1. Set the ScriptOrModule of _newContext_ to *null*.
11666
1. Push _newContext_ onto the execution context stack; _newContext_ is now the running execution context.
11667
- 1. If the host requires use of an exotic object to serve as _realm_'s global object, then
+ 1. If the host requires use of a specific object to serve as _realm_'s global object, then
11668
1. Let _global_ be such an object created in a host-defined manner.
11669
1. Else,
11670
1. Let _global_ be OrdinaryObjectCreate(_realm_.[[Intrinsics]].[[%Object.prototype%]]).
0 commit comments