Skip to content

Commit

Permalink
Add realm to HostEnqueueTimeoutJob
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Jun 8, 2023
1 parent bd48f6c commit 9d84bf4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -100786,7 +100786,7 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
</li>
</ol>

<h6 id="hostenqueuetimeoutjob"><dfn>HostEnqueueTimeoutJob</dfn>(<var>job</var>,
<h6 id="hostenqueuetimeoutjob"><dfn>HostEnqueueTimeoutJob</dfn>(<var>job</var>, <var>realm</var>,
<var>milliseconds</var>)</h6>

<p>JavaScript contains an <span>implementation-defined</span> <span
Expand All @@ -100796,7 +100796,8 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
must use the following implementation: <ref spec=JAVASCRIPT></p>

<ol>
<li><p>Let <var>global</var> be the <span>current global object</span>.</p></li>
<li><p>Let <var>global</var> be <var>realm</var>'s <span data-x="concept-realm-global">global
object</span>.</p></li>

<li><p>Let <var>timeoutStep</var> be an algorithm step which <span data-x="queue a global
task">queues a global task</span> on the <span>JavaScript engine task source</span> given
Expand Down

0 comments on commit 9d84bf4

Please sign in to comment.