@@ -1789,8 +1789,8 @@ an |ownership type|, a |serialization internal map| and a |realm|:
1789
1789
1790
1790
<dt> [=IsArray=] (|value|)
1791
1791
<dd> Let |remote value| be [=serialize an Array-like=] with
1792
- <code> ArrayRemoteValue</code> , |handle id|, |value |, |max depth |,
1793
- |ownership type |, |known object |, |serialization internal map|, and |realm|.
1792
+ <code> ArrayRemoteValue</code> , |handle id|, |known object |, |value |,
1793
+ |max depth |, |ownership type |, |serialization internal map|, and |realm|.
1794
1794
1795
1795
<dt> [=IsRegExp=] (|value|)
1796
1796
<dd>
@@ -1895,14 +1895,14 @@ an |ownership type|, a |serialization internal map| and a |realm|:
1895
1895
1896
1896
<dt> |value| is a [=platform object=] that implements {{NodeList}}
1897
1897
<dd> Let |remote value| be [=serialize an Array-like=] with
1898
- <code> NodeListRemoteValue</code> ,|handle id|, |value |, |max depth |,
1899
- |ownership type |, |known object |, |serialization internal map|, and |realm|.
1898
+ <code> NodeListRemoteValue</code> ,|handle id|, |known object |, |value |,
1899
+ |max depth |, |ownership type |, |serialization internal map|, and |realm|.
1900
1900
1901
1901
<dt> |value| is a [=platform object=] that implements {{HTMLCollection}}
1902
1902
<dd> Let |remote value| be [=serialize an Array-like=] with
1903
- <code> HTMLCollectionRemoteValue</code> , |handle id|, |value |, |max
1904
- depth|, |ownership type|, |known object|, |serialization internal map|, and
1905
- |realm|.
1903
+ <code> HTMLCollectionRemoteValue</code> , |handle id|, |known object |, |value|,
1904
+ |max depth|, |ownership type|, |known object|, |serialization internal map|,
1905
+ and |realm|.
1906
1906
1907
1907
<dt> |value| is a [=platform object=] that implements [=Node=]
1908
1908
<dd>
@@ -2043,8 +2043,8 @@ remove optional flag from the field.
2043
2043
</div>
2044
2044
2045
2045
<div algorithm>
2046
- To <dfn>serialize an Array-like</dfn> given |production|, |handle id|, |value |,
2047
- |max depth |, |ownership type |, |known object |, |serialization internal map|, and |realm|:
2046
+ To <dfn>serialize an Array-like</dfn> given |production|, |handle id|, |known object |,
2047
+ |value |, |max depth |, |ownership type |, |serialization internal map|, and |realm|:
2048
2048
2049
2049
1. Let |remote value| be a map matching |production|, with the
2050
2050
<code> handle</code> property set to |handle id| if it's not null, or omitted
0 commit comments