Skip to content

Commit 863c536

Browse files
committed
fixup! Editorial: Consolidate TypedArrayCreate* slot checks
1 parent cb1969e commit 863c536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42585,8 +42585,8 @@ <h1>
4258542585
</dl>
4258642586
<emu-alg>
4258742587
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>.
4258942588
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>.
4259042590
1. If the number of elements in _argumentList_ is 1 and _argumentList_[0] is a Number, then
4259142591
1. If IsTypedArrayOutOfBounds(_taRecord_) is *true*, throw a *TypeError* exception.
4259242592
1. Let _length_ be TypedArrayLength(_taRecord_).

0 commit comments

Comments
 (0)