Skip to content

Commit c0d927a

Browse files
committed
Rename Module.Instantiate to Module.Link
See <tc39/ecma262#1312>.
1 parent 815f5ae commit c0d927a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -13220,8 +13220,8 @@ It performs the following steps:
1322013220
}.
1322113221
</div>
1322213222

13223-
Note: we could set up \[[Environment]] either here or in [$Synthetic Module Record/Instantiate$]().
13224-
It is done in [$Synthetic Module Record/Instantiate$]() for symmetry with [=Source Text Module Records=],
13223+
Note: we could set up \[[Environment]] either here or in [$Synthetic Module Record/Link$]().
13224+
It is done in [$Synthetic Module Record/Link$]() for symmetry with [=Source Text Module Records=],
1322513225
but there is no observable difference.
1322613226

1322713227
<h4 id="setsyntheticmoduleexport">SetSyntheticModuleExport</h4>
@@ -13269,10 +13269,10 @@ It performs the following steps:
1326913269
1. Return [=ResolvedBinding Record=] { \[[Module]]: |module|, \[[BindingName]]: |exportName| }.
1327013270
</div>
1327113271

13272-
<h5 id="smr-instantiate">Instantiate</h5>
13272+
<h5 id="smr-Link">Link</h5>
1327313273

1327413274
<div algorithm>
13275-
The <dfn abstract-op for="Synthetic Module Record">Instantiate</dfn>() concrete method of a
13275+
The <dfn abstract-op for="Synthetic Module Record">Link</dfn>() concrete method of a
1327613276
[=Synthetic Module Record=] implements the corresponding [=Module Record=] abstract method.
1327713277

1327813278
It performs the following steps:

0 commit comments

Comments
 (0)