File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -6399,8 +6399,7 @@ for="value-with-size">value</dfn> and <dfn for="value-with-size">size</dfn>.
6399
6399
1. If ! [$IsNonNegativeNumber$] (|size|) is false, throw a {{RangeError}} exception.
6400
6400
1. If |size| is +∞, throw a {{RangeError}} exception.
6401
6401
1. If |container| has an \[[isOwning]] internal slot whose value is true, perform the following steps:
6402
- 1. Set |enqueuedValue| to [$StructuredTransferOrClone$] (|value|, |transferList|).
6403
- 1. If |enqueuedValue| is an abrupt completion, return |enqueuedValue|.
6402
+ 1. Set |enqueuedValue| to ? [$StructuredTransferOrClone$] (|value|, |transferList|).
6404
6403
1. [=list/Append=] a new [=value-with-size=] with [=value-with-size/value=] |enqueuedValue| and
6405
6404
[=value-with-size/size=] |size| to |container|.\[[queue]] .
6406
6405
1. Set |container|.\[[queueTotalSize]] to |container|.\[[queueTotalSize]] + |size|.
You can’t perform that action at this time.
0 commit comments