Skip to content

Commit

Permalink
Meta: link "abrupt completion" to the JavaScript specification
Browse files Browse the repository at this point in the history
  • Loading branch information
mfalken authored and Alice Boxhall committed Jan 7, 2019
1 parent 0dcade7 commit ce6dc73
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -3031,6 +3031,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
<li>The <dfn data-x="js-prod-Script" data-x-href="https://tc39.github.io/ecma262/#prod-Script"><i>Script</i></dfn> production</li>

<li>The <dfn data-x="js-Type" data-x-href="https://tc39.github.io/ecma262/#sec-ecmascript-data-types-and-values">Type</dfn> notation</li>
<li>The <dfn data-x="abrupt completion" data-x-href="https://tc39.github.io/ecma262/#sec-completion-record-specification-type">Completion Record</dfn> specification type</li>
<li>The <dfn data-x="js-List" data-x-href="https://tc39.github.io/ecma262/#sec-list-and-record-specification-type">List</dfn> and
<dfn data-x-href="https://tc39.github.io/ecma262/#sec-list-and-record-specification-type">Record</dfn> specification types</li>
<li>The <dfn data-x="PropertyDescriptor" data-x-href="https://tc39.github.io/ecma262/#sec-property-descriptor-specification-type">Property Descriptor</dfn> specification type</li>
Expand Down Expand Up @@ -87341,7 +87342,7 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
</li>

<li>
<p>If <var>evaluationStatus</var> is an abrupt completion, then:</p>
<p>If <var>evaluationStatus</var> is an <span>abrupt completion</span>, then:</p>

<ol>
<li>
Expand Down Expand Up @@ -87438,7 +87439,7 @@ interface <dfn>ApplicationCache</dfn> : <span>EventTarget</span> {
</li>

<li>
<p>If <var>evaluationStatus</var> is an abrupt completion, then:</p>
<p>If <var>evaluationStatus</var> is an <span>abrupt completion</span>, then:</p>

<ol>
<li><p>If <var>rethrow errors</var> is true, rethrow the exception given by
Expand Down Expand Up @@ -88182,8 +88183,8 @@ document.querySelector("button").addEventListener("click", bound);

<li><p><span>Clean up after running script</span> with <var>job settings</var>.</p></li>

<li><p>If <var>result</var> is an abrupt completion, <span>report the exception</span> given by
<var>result</var>.[[Value]].</p></li>
<li><p>If <var>result</var> is an <span>abrupt completion</span>, then <span>report the
exception</span> given by <var>result</var>.[[Value]].</p></li>
</ol>
</li>
</ol>
Expand Down

0 comments on commit ce6dc73

Please sign in to comment.