Skip to content

Commit 0614266

Browse files
committed
Clean up definition of garbage collection task source
1 parent 4efb231 commit 0614266

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
@@ -89627,15 +89627,11 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {
8962789627
User agents must use the following implementation: <ref spec=JSWEAKREF></p>
8962889628

8962989629
<ol>
89630-
<li><p><span>Queue a task</span> on the <span>garbage collection task source</span> to perform
89630+
<li><p><span>Queue a task</span> on the <dfn>garbage collection task source</dfn> to perform
8963189631
<span>CleanupFinalizationGroup</span>(<var>finalizationGroup</var>). If this throws an exception,
8963289632
catch it, and <span>report the exception</span>.</p></li>
8963389633
</ol>
8963489634

89635-
<p>The <span>task source</span> for any <span data-x="concept-task">tasks</span> that are <span
89636-
data-x="queue a task">queued</span> in this section is the <dfn>garbage collection task
89637-
source</dfn>.</p>
89638-
8963989635
</div>
8964089636

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

0 commit comments

Comments
 (0)