Skip to content

Commit b5aa26b

Browse files
LegionMammal978ljharb
authored andcommitted
Editorial: List all TypedArray internal slots (#3429)
1 parent bdfd596 commit b5aa26b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14756,7 +14756,7 @@ <h1>TypedArray Exotic Objects</h1>
1475614756
<emu-note>
1475714757
<p>Because ToString(_n_) for any Number _n_ is a canonical numeric string, an implementation may treat Numbers as property keys for TypedArrays without actually performing the string conversion.</p>
1475814758
</emu-note>
14759-
<p>TypedArrays have the same internal slots as ordinary objects and additionally [[ViewedArrayBuffer]], [[ArrayLength]], [[ByteOffset]], [[ContentType]], and [[TypedArrayName]] internal slots.</p>
14759+
<p>TypedArrays have the same internal slots as ordinary objects and additionally [[ViewedArrayBuffer]], [[ArrayLength]], [[ByteLength]], [[ByteOffset]], [[ContentType]], and [[TypedArrayName]] internal slots.</p>
1476014760
<p>An object is a <dfn id="typedarray" oldids="integer-indexed-exotic-object" variants="TypedArrays">TypedArray</dfn> if its [[PreventExtensions]], [[GetOwnProperty]], [[HasProperty]], [[DefineOwnProperty]], [[Get]], [[Set]], [[Delete]], and [[OwnPropertyKeys]], internal methods use the definitions in this section, and its other essential internal methods use the definitions found in <emu-xref href="#sec-ordinary-object-internal-methods-and-internal-slots"></emu-xref>. These methods are installed by TypedArrayCreate.</p>
1476114761

1476214762
<emu-clause id="sec-typedarray-preventextensions" type="internal method">
@@ -42986,7 +42986,7 @@ <h1>_TypedArray_.prototype.constructor</h1>
4298642986

4298742987
<emu-clause id="sec-properties-of-typedarray-instances">
4298842988
<h1>Properties of _TypedArray_ Instances</h1>
42989-
<p>_TypedArray_ instances are TypedArrays. Each _TypedArray_ instance inherits properties from the corresponding _TypedArray_ prototype object. Each _TypedArray_ instance has the following internal slots: [[TypedArrayName]], [[ViewedArrayBuffer]], [[ByteLength]], [[ByteOffset]], and [[ArrayLength]].</p>
42989+
<p>_TypedArray_ instances are TypedArrays. Each _TypedArray_ instance inherits properties from the corresponding _TypedArray_ prototype object. Each _TypedArray_ instance has the following internal slots: [[ViewedArrayBuffer]], [[TypedArrayName]], [[ContentType]], [[ByteLength]], [[ByteOffset]], and [[ArrayLength]].</p>
4299042990
</emu-clause>
4299142991
</emu-clause>
4299242992
</emu-clause>

0 commit comments

Comments
 (0)