24.2.3.12 Set.prototype [ @@toStringTag ]
24.2.4 Properties of Set Instances
24.2.5 Set Iterator Objects
24.2.5.1 CreateSetIterator (
set
,
kind
)
24.2.5.2 The %SetIteratorPrototype% Object
24.2.5.2.1 %SetIteratorPrototype%.next ( )
24.2.5.2.2 %SetIteratorPrototype% [ @@toStringTag ]
24.3 WeakMap Objects
24.3.1 The WeakMap Constructor
24.3.1.1 WeakMap ( [
iterable
] )
24.3.2 Properties of the WeakMap Constructor
24.3.2.1 WeakMap.prototype
24.3.3 Properties of the WeakMap Prototype Object
24.3.3.1 WeakMap.prototype.constructor
24.3.3.2 WeakMap.prototype.delete (
key
)
24.3.3.3 WeakMap.prototype.get (
key
)
24.3.3.4 WeakMap.prototype.has (
key
)
24.3.3.5 WeakMap.prototype.set (
key
,
value
)
24.3.3.6 WeakMap.prototype [ @@toStringTag ]
24.3.4 Properties of WeakMap Instances
24.4 WeakSet Objects
24.4.1 The WeakSet Constructor
24.4.1.1 WeakSet ( [
iterable
] )
24.4.2 Properties of the WeakSet Constructor
24.4.2.1 WeakSet.prototype
24.4.3 Properties of the WeakSet Prototype Object
24.4.3.1 WeakSet.prototype.add (
value
)
24.4.3.2 WeakSet.prototype.constructor
24.4.3.3 WeakSet.prototype.delete (
value
)
24.4.3.4 WeakSet.prototype.has (
value
)
24.4.3.5 WeakSet.prototype [ @@toStringTag ]
24.4.4 Properties of WeakSet Instances
25 Structured Data
25.1 ArrayBuffer Objects
25.1.1 Notation
25.1.2 Abstract Operations For ArrayBuffer Objects
25.1.2.1 AllocateArrayBuffer (
constructor
,
byteLength
)
25.1.2.2 IsDetachedBuffer (
arrayBuffer
)
25.1.2.3 DetachArrayBuffer (
arrayBuffer
[ ,
key
] )
25.1.2.4 CloneArrayBuffer (
srcBuffer
,
srcByteOffset
,
srcLength
,
cloneConstructor
)
25.1.2.5 IsUnsignedElementType (
type
)
25.1.2.6 IsUnclampedIntegerElementType (
type
)
25.1.2.7 IsBigIntElementType (
type
)
25.1.2.8 IsNoTearConfiguration (
type
,
order
)
25.1.2.9 RawBytesToNumeric (
type
,
rawBytes
,
isLittleEndian
)
25.1.2.10 GetValueFromBuffer (
arrayBuffer
,
byteIndex
,
type
,
isTypedArray
,
order
[ ,
isLittleEndian
] )
25.1.2.11 NumericToRawBytes (
type
,
value
,
isLittleEndian
)
25.1.2.12 SetValueInBuffer (
arrayBuffer
,
byteIndex
,
type
,
value
,
isTypedArray
,
order
[ ,
isLittleEndian
] )
34