Skip to content

Commit

Permalink
Fix an error and remove an assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjg1119 committed Nov 26, 2024
1 parent 1386c47 commit c951954
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -11786,7 +11786,7 @@ <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_.[[GlobalObject]] to *undefined*.
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 Expand Up @@ -12053,7 +12053,6 @@ <h1>GetGlobalObject ( ): an Object</h1>
</dl>
<emu-alg>
1. Let _currentRealm_ be the current Realm Record.
1. Assert: _currentRealm_.[[GlobalObject]] is not *undefined*.
1. Return _currentRealm_.[[GlobalObject]].
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit c951954

Please sign in to comment.