diff --git a/source b/source index 58763a58a0d..03aeb3dfb87 100644 --- a/source +++ b/source @@ -3031,6 +3031,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • The Script production
  • The Type notation
  • +
  • The Completion Record specification type
  • The List and Record specification types
  • The Property Descriptor specification type
  • @@ -87341,7 +87342,7 @@ interface ApplicationCache : EventTarget {
  • -

    If evaluationStatus is an abrupt completion, then:

    +

    If evaluationStatus is an abrupt completion, then:

    1. @@ -87438,7 +87439,7 @@ interface ApplicationCache : EventTarget {
    2. -

      If evaluationStatus is an abrupt completion, then:

      +

      If evaluationStatus is an abrupt completion, then:

      1. If rethrow errors is true, rethrow the exception given by @@ -88182,8 +88183,8 @@ document.querySelector("button").addEventListener("click", bound);

      2. Clean up after running script with job settings.

      3. -
      4. If result is an abrupt completion, report the exception given by - result.[[Value]].

      5. +
      6. If result is an abrupt completion, then report the + exception given by result.[[Value]].