Skip to content

Commit

Permalink
Editorial: Don't set [[GlobalEnv]] to undefined temporarily (#3511)
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg authored and ljharb committed Jan 8, 2025
1 parent a13104d commit 10cc1b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -11786,7 +11786,6 @@ <h1>InitializeHostDefinedRealm ( ): either a normal completion containing ~unuse
1. Let _realm_ be a new Realm Record.
1. Perform CreateIntrinsics(_realm_).
1. Set _realm_.[[AgentSignifier]] to AgentSignifier().
1. Set _realm_.[[GlobalEnv]] to *undefined*.
1. Set _realm_.[[TemplateMap]] to a new empty List.
1. Let _newContext_ be a new execution context.
1. Set the Function of _newContext_ to *null*.
Expand Down

0 comments on commit 10cc1b7

Please sign in to comment.