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