diff --git a/spec/index.html b/spec/index.html index 0f7e904..f49c9a0 100644 --- a/spec/index.html +++ b/spec/index.html @@ -1661,8 +1661,8 @@

Atomics.Mutex.lock ( _mutex_ [ , _unlockToken_ [ , _timeout_ ] ] )

- -

Atomics.Mutex.tryLock ( _mutex_ [ , _unlockToken_ ] )

+ +

Atomics.Mutex.lockIfAvailable ( _mutex_ [ , _unlockToken_ ] )

It performs the following steps when called:

1. Perform ? RequireInternalSlot(_mutex_, [[MutexWaiterList]]).