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 15b870f

Browse files
committed
Layering: Rename InitializeHostDefinedRealm as MakeRealm
1 parent 5af8789 commit 15b870f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11645,7 +11645,7 @@ <h1>Realms</h1>
1164511645

1164611646
<emu-clause id="sec-initializehostdefinedrealm" type="abstract operation" oldids="sec-createrealm,sec-setrealmglobalobject">
1164711647
<h1>
11648-
InitializeHostDefinedRealm (
11648+
MakeRealm (
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*,
1165011650
): an execution context
1165111651
</h1>
@@ -11781,7 +11781,7 @@ <h1>Execution Contexts</h1>
1178111781
ScriptOrModule
1178211782
</td>
1178311783
<td>
11784-
The Module Record or Script Record from which associated code originates. If there is no originating script or module, as is the case for the original execution context created in InitializeHostDefinedRealm, the value is *null*.
11784+
The Module Record or Script Record from which associated code originates. If there is no originating script or module, as is the case for the original execution context created in MakeRealm, the value is *null*.
1178511785
</td>
1178611786
</tr>
1178711787
</table>
@@ -53307,7 +53307,7 @@ <h1>Host Hooks</h1>
5330753307
<p><b>HostMakeJobCallback(...)</b></p>
5330853308
<p><b>HostPromiseRejectionTracker(...)</b></p>
5330953309
<p><b>HostResizeArrayBuffer(...)</b></p>
53310-
<p><b>InitializeHostDefinedRealm(...)</b></p>
53310+
<p><b>MakeRealm(...)</b></p>
5331153311
</emu-annex>
5331253312

5331353313
<emu-annex id="sec-host-defined-fields-summary">

0 commit comments

Comments
 (0)