Skip to content

Commit

Permalink
Add missing aoid; remove manual links to auto-linked AOs in Annex D; …
Browse files Browse the repository at this point in the history
…small tweaks
  • Loading branch information
syg committed Jun 27, 2020
1 parent 43c8a3a commit 0364900
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -26467,7 +26467,7 @@ <h1>prototype</h1>
</emu-clause>
</emu-clause>

<emu-clause id="sec-hosthassourcetextavailable">
<emu-clause id="sec-hosthassourcetextavailable" aoid="HostHasSourceTextAvailable">
<h1>HostHasSourceTextAvailable ( _func_ )</h1>
<p>HostHasSourceTextAvailable is a host-defined abstract operation that allows host environments to prevent the source text from being provided for a given function.</p>
<p>An implementation of HostHasSourceTextAvailable must complete normally in all cases. This operation must be deterministic with respect to its parameters. Each time it is called with a specific _func_ as its argument, it must return the same completion record. The default implementation of HostHasSourceTextAvailable is to unconditionally return a normal completion with a value of *true*.</p>
Expand Down Expand Up @@ -43420,27 +43420,27 @@ <h1>Host Layering Points</h1>
<p>See <emu-xref href="#sec-hosts-and-implementations"></emu-xref> for the definition of host.</p>
<emu-annex id="sec-host-hooks-summary">
<h1>Host Hooks</h1>
<p><b>HostEnqueuePromiseJob(...)</b>: See <emu-xref href="#sec-hostenqueuepromisejob"></emu-xref></p>
<p><b>HostEnsureCanCompileStrings(...)</b>: See <emu-xref href="#sec-hostensurecancompilestrings"></emu-xref></p>
<p><b>HostFinalizeImportMeta(...)</b>: See <emu-xref href="#sec-hostfinalizeimportmeta"></emu-xref></p>
<p><b>HostGetImportMetaProperties(...)</b>: See <emu-xref href="#sec-hostgetimportmetaproperties"></emu-xref></p>
<p><b>HostHasSourceTextAvailable(...)</b>: See <emu-xref href="#sec-hosthassourcetextavailable"></emu-xref></p>
<p><b>HostImportModuleDynamically(...)</b>: See <emu-xref href="#sec-hostimportmoduledynamically"></emu-xref></p>
<p><b>HostPromiseRejectionTracker(...)</b>: See <emu-xref href="#sec-host-promise-rejection-tracker"></emu-xref></p>
<p><b>HostResolveImportedModule(...)</b>: See <emu-xref href="#sec-hostresolveimportedmodule"></emu-xref></p>
<p><b>InitializeHostDefinedRealm(...)</b>: See <emu-xref href="#sec-initializehostdefinedrealm"></emu-xref></p>
<p><b>HostEnqueuePromiseJob(...)</b></p>
<p><b>HostEnsureCanCompileStrings(...)</b></p>
<p><b>HostFinalizeImportMeta(...)</b></p>
<p><b>HostGetImportMetaProperties(...)</b></p>
<p><b>HostHasSourceTextAvailable(...)</b></p>
<p><b>HostImportModuleDynamically(...)</b></p>
<p><b>HostPromiseRejectionTracker(...)</b></p>
<p><b>HostResolveImportedModule(...)</b></p>
<p><b>InitializeHostDefinedRealm(...)</b></p>
</emu-annex>
<emu-annex id="sec-host-defined-fields-summary">
<h1>Host-defined Fields</h1>
<p>[[HostDefined]] on Realm Records: See <emu-xref href="#sec-table-21"></emu-xref></p>
<p>[[HostDefined]] on Script Records: See <emu-xref href="#sec-table-script-records"></emu-xref></p>
<p>[[HostDefined]] on Module Records: See <emu-xref href="#sec-table-36"></emu-xref></p>
<p>[[HostSynchronizesWith]] on Candidate Executions: See <emu-xref href="#sec-table-candidate-execution-records"></emu-xref></p>
<p>[[IsHTMLDDA]]: See <emu-xref href="#sec-IsHTMLDDA-internal-slot"></emu-xref></p>
<p>[[HostDefined]] on Realm Records: See <emu-xref href="#table-21"></emu-xref>.</p>
<p>[[HostDefined]] on Script Records: See <emu-xref href="#table-script-records"></emu-xref>.</p>
<p>[[HostDefined]] on Module Records: See <emu-xref href="#table-36"></emu-xref>.</p>
<p>[[HostSynchronizesWith]] on Candidate Executions: See <emu-xref href="#table-candidate-execution-records"></emu-xref>.</p>
<p>[[IsHTMLDDA]]: See <emu-xref href="#sec-IsHTMLDDA-internal-slot"></emu-xref>.</p>
</emu-annex>
<emu-annex id="sec-host-defined-objects-summary">
<h1>Host-defined Objects</h1>
<p>The global object: See <emu-xref href="#sec-global-object"></emu-xref></p>
<p>The global object: See clause <emu-xref href="#sec-global-object"></emu-xref>.</p>
</emu-annex>
<emu-annex id="sec-host-running-jobs">
<h1>Running Jobs</h1>
Expand Down

0 comments on commit 0364900

Please sign in to comment.