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 @@ -42585,8 +42585,8 @@ <h1>
42585
42585
</dl>
42586
42586
<emu-alg>
42587
42587
1. Let _newTypedArray_ be ? Construct(_constructor_, _argumentList_).
42588
- 1. Assert: _newTypedArray_ has all the internal slots mentioned in <emu-xref href="#sec-properties-of-typedarray-instances" title></emu-xref>.
42589
42588
1. Let _taRecord_ be ? ValidateTypedArray(_newTypedArray_, ~seq-cst~).
42589
+ 1. Assert: _newTypedArray_ has all the internal slots mentioned in <emu-xref href="#sec-properties-of-typedarray-instances" title></emu-xref>.
42590
42590
1. If the number of elements in _argumentList_ is 1 and _argumentList_[0] is a Number, then
42591
42591
1. If IsTypedArrayOutOfBounds(_taRecord_) is *true*, throw a *TypeError* exception.
42592
42592
1. Let _length_ be TypedArrayLength(_taRecord_).
You can’t perform that action at this time.
0 commit comments