File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6392,7 +6392,7 @@ for="value-with-size">value</dfn> and <dfn for="value-with-size">size</dfn>.
6392
6392
1. If ! [$IsNonNegativeNumber$] (|size|) is false, throw a {{RangeError}} exception.
6393
6393
1. If |size| is +∞, throw a {{RangeError}} exception.
6394
6394
1. Let |enqueuedValue| be |value|.
6395
- 1. If |container|. \[[isTransferring]] is true, perform the following steps:
6395
+ 1. If |container| has a \[[isTransferring]] internal slot whose value is true, perform the following steps:
6396
6396
1. Set |enqueuedValue| to [$StructuredTransferOrClone$] (|value|, |transferList|).
6397
6397
1. If |enqueuedValue| is an abrupt completion, return.
6398
6398
1. [=list/Append=] a new [=value-with-size=] with [=value-with-size/value=] |enqueuedValue| and
@@ -6415,7 +6415,7 @@ for="value-with-size">value</dfn> and <dfn for="value-with-size">size</dfn>.
6415
6415
performs the following steps:
6416
6416
6417
6417
1. Assert: |container| has \[[queue]] and \[[queueTotalSize]] internal slots.
6418
- 1. If |container|. \[[isTransferring]] is true, perform the following steps until |container|.\[[queue]]
6418
+ 1. If |container| has a \[[isTransferring]] internal slot whose value is true, perform the following steps until |container|.\[[queue]]
6419
6419
is [=list/is empty|empty=] :
6420
6420
1. Let |chunk| be ! [$DequeueValue$] ([=this=] ).
6421
6421
1. If |chunk| has [=closing steps=] , perform the [=closing steps=] given |chunk|.
You can’t perform that action at this time.
0 commit comments