diff --git a/spec/index.html b/spec/index.html index 1eb93f5..2301d05 100644 --- a/spec/index.html +++ b/spec/index.html @@ -735,9 +735,9 @@

Syntax

A shared struct definition is always strict mode code.

- +

Static Semantics: ContainsInstancePrivateIdentifier ( ) : a Boolean

-
+
ClassElementList : ClassElement @@ -772,9 +772,9 @@

Static Semantics: ContainsInstancePrivateIdentifier ( ) : a Boolean

- +

Static Semantics: ContainsInstanceMethod ( ) : a Boolean

-
+
ClassElementList : ClassElement @@ -1184,7 +1184,7 @@

Atomics.store ( _typedArray__typedArrayOrStruct_, If _indexOrField_ is not a property key, throw a *TypeError* exception. 1. If CanBeSharedAcrossAgents(_value_) is *false*, throw a *TypeError* exception. 1. If _typedArrayOrStruct_ does not have an own property with key _indexOrField_, throw a *RangeError* exception. - 1. perform WriteSharedStructField(_typedArrayOrStruct_, _indexOrField_, _value_, ~seq-cst~). + 1. Perform WriteSharedStructField(_typedArrayOrStruct_, _indexOrField_, _value_, ~seq-cst~). 1. Return _value_. 1. Let _byteIndexInBuffer_ be ? ValidateAtomicAccessOnIntegerTypedArray(_typedArray_, _index_). 1. If _typedArray_.[[ContentType]] is ~bigint~, let _v_ be ? ToBigInt(_value_).