Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit d01891a

Browse files
add <ins> blocks for HostHasSourceTextAvailable
1 parent a6ed684 commit d01891a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,8 @@ <h1>(<emu-xref href="#sec-createdynamicfunction">19.2.1.1.1</emu-xref>) Runtime
525525

526526
<emu-clause id="proposal-sec-hosthassourcetextavailable">
527527
<h1>HostHasSourceTextAvailable ( _func_ )</h1>
528-
<p>HostHasSourceTextAvailable is an implementation-defined abstract operation that allows host environments to prevent the source text from being provided for a given function.</p>
529-
<p>An implementation of HostHasSourceTextAvailable may complete normally or abruptly. Any abrupt completions will be propagated to its callers. The default implementation of HostHasSourceTextAvailable is to unconditionally return a normal completion with a value of *true*.</p>
528+
<p><ins class="block">HostHasSourceTextAvailable is an implementation-defined abstract operation that allows host environments to prevent the source text from being provided for a given function.</ins></p>
529+
<p><ins class="block">An implementation of HostHasSourceTextAvailable may complete normally or abruptly. Any abrupt completions will be propagated to its callers. The default implementation of HostHasSourceTextAvailable is to unconditionally return a normal completion with a value of *true*.</ins></p>
530530
</emu-clause>
531531

532532

0 commit comments

Comments
 (0)