@@ -77837,13 +77837,6 @@ console.assert(iframeWindow.frameElement === null);
77837
77837
caller needs to throw a <span>"<code>SecurityError</code>"</span> <code>DOMException</code>.</p>
77838
77838
77839
77839
<ol>
77840
- <li><p>If <var>P</var> is <span>@@toStringTag</span>, <span>@@hasInstance</span>, or
77841
- <span>@@isConcatSpreadable</span>, then return <span>PropertyDescriptor</span>{
77842
- [[Value]]: undefined,
77843
- [[Writable]]: false,
77844
- [[Enumerable]]: false,
77845
- [[Configurable]]: true }.</p></li>
77846
-
77847
77840
<li><p>Let <var>crossOriginKey</var> be a tuple consisting of the <span>current settings
77848
77841
object</span>, <var>O</var>'s <span>relevant settings object</span>, and <var>P</var>.</p></li>
77849
77842
@@ -77919,6 +77912,14 @@ console.assert(iframeWindow.frameElement === null);
77919
77912
</ol>
77920
77913
</li>
77921
77914
77915
+ <li><p>If <var>P</var> is "<code data-x="">then</code>", <span>@@toStringTag</span>,
77916
+ <span>@@hasInstance</span>, or <span>@@isConcatSpreadable</span>, then return
77917
+ <span>PropertyDescriptor</span>{
77918
+ [[Value]]: undefined,
77919
+ [[Writable]]: false,
77920
+ [[Enumerable]]: false,
77921
+ [[Configurable]]: true }.</p></li>
77922
+
77922
77923
<li><p>Return undefined.</p></li>
77923
77924
</ol>
77924
77925
@@ -77991,6 +77992,10 @@ console.assert(iframeWindow.frameElement === null);
77991
77992
</ol>
77992
77993
</li>
77993
77994
77995
+ <li><p>If <var>keys</var> <span data-x="list contains">does not contain</span> "<code
77996
+ data-x="">then</code>", then <span data-x="list append">append</span> "<code
77997
+ data-x="">then</code>" to <var>keys</var>.</p></li>
77998
+
77994
77999
<li><p>Return the concatenation of <var>keys</var> and « <span>@@toStringTag</span>,
77995
78000
<span>@@hasInstance</span>, <span>@@isConcatSpreadable</span> ».</p></li>
77996
78001
</ol>
0 commit comments