Skip to content

Commit 9d45799

Browse files
littledanMs2ger
authored andcommitted
Clean up definition of garbage collection task source
1 parent e86aa83 commit 9d45799

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

source

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90476,15 +90476,11 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {
9047690476
User agents must use the following implementation: <ref spec=JSWEAKREF></p>
9047790477

9047890478
<ol>
90479-
<li><p><span>Queue a task</span> on the <span>garbage collection task source</span> to perform
90479+
<li><p><span>Queue a task</span> on the <dfn>garbage collection task source</dfn> to perform
9048090480
<span>CleanupFinalizationGroup</span>(<var>finalizationGroup</var>). If this throws an exception,
9048190481
catch it, and <span>report the exception</span>.</p></li>
9048290482
</ol>
9048390483

90484-
<p>The <span>task source</span> for any <span data-x="concept-task">tasks</span> that are <span
90485-
data-x="queue a task">queued</span> in this section is the <dfn>garbage collection task
90486-
source</dfn>.</p>
90487-
9048890484
</div>
9048990485

9049090486
<h4>Event loops</h4> <!-- <dfn>event loop</dfn> -->

0 commit comments

Comments
 (0)