diff --git a/source b/source index 26ee01b4175..99af8b445e8 100644 --- a/source +++ b/source @@ -77856,13 +77856,6 @@ console.assert(iframeWindow.frameElement === null); caller needs to throw a "SecurityError" DOMException.

    -
  1. If P is @@toStringTag, @@hasInstance, or - @@isConcatSpreadable, then return PropertyDescriptor{ - [[Value]]: undefined, - [[Writable]]: false, - [[Enumerable]]: false, - [[Configurable]]: true }.

  2. -
  3. Let crossOriginKey be a tuple consisting of the current settings object, O's relevant settings object, and P.

  4. @@ -77938,6 +77931,14 @@ console.assert(iframeWindow.frameElement === null);
+
  • If P is "then", @@toStringTag, + @@hasInstance, or @@isConcatSpreadable, then return + PropertyDescriptor{ + [[Value]]: undefined, + [[Writable]]: false, + [[Enumerable]]: false, + [[Configurable]]: true }.

  • +
  • Return undefined.

  • @@ -78010,6 +78011,10 @@ console.assert(iframeWindow.frameElement === null); +
  • If keys does not contain "then", then append "then" to keys.

  • +
  • Return the concatenation of keys and « @@toStringTag, @@hasInstance, @@isConcatSpreadable ».