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