WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 5af8789

Browse files
committed
Layering: Return the realm EC from InitializeHostDefinedRealm
1 parent f68a726 commit 5af8789

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11647,7 +11647,7 @@ <h1>Realms</h1>
1164711647
<h1>
1164811648
InitializeHostDefinedRealm (
1164911649
_customizations_: an Abstract Closure that takes a Realm Record and returns a List of 2 elements, each of which is either an Object or *undefined*,
11650-
): ~unused~
11650+
): an execution context
1165111651
</h1>
1165211652
<dl class="header">
1165311653
<dt>description</dt>
@@ -11694,8 +11694,7 @@ <h1>
1169411694
1. Set the Function of _newContext_ to *null*.
1169511695
1. Set the Realm of _newContext_ to _realm_.
1169611696
1. Set the ScriptOrModule of _newContext_ to *null*.
11697-
1. Push _newContext_ onto the execution context stack; _newContext_ is now the running execution context.
11698-
1. Return ~unused~.
11697+
1. Return _newContext_.
1169911698
</emu-alg>
1170011699
</emu-clause>
1170111700

0 commit comments

Comments
 (0)