Skip to content

Commit

Permalink
Editorial: use realm in HostPromiseRejectionTracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Sep 26, 2024
1 parent 8ef4d76 commit 8e8b122
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -109285,14 +109285,13 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
<li><p>If <var>script</var> is a <span>classic script</span> and <var>script</var>'s <span>muted
errors</span> is true, then return.</p></li>

<li><p>Let <var>settingsObject</var> be the <span>current settings object</span>.</p></li>
<li><p>Let <var>realm</var> be the <span>current realm</span>.</p></li>

<li><p>If <var>script</var> is not null, then set <var>settingsObject</var> to
<var>script</var>'s <span data-x="concept-script-settings-object">settings
object</span>.</p></li>
<li><p>If <var>script</var> is not null, then set <var>realm</var> to <var>script</var>'s
<span data-x="concept-script-realm">realm</span>.</p></li>

<li><p>Let <var>global</var> be <var>settingsObject</var>'s <span
data-x="concept-settings-object-global">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>If <var>operation</var> is "<code data-x="">reject</code>", then:</p>
Expand Down

0 comments on commit 8e8b122

Please sign in to comment.