add |
|
|
and |
|
|
browser.js |
|
0 |
compareExchange |
|
|
exchange |
|
|
isLockFree |
|
|
load |
|
|
notify |
|
|
or |
|
|
pause |
|
|
prop-desc.js |
---
esid: sec-atomics-object
description: >
Property descriptor of Atomics
info: |
The Atomics Object
...
The Atomics object does not have a [[Construct]] internal method;
it is not possible to use the Atomics object as a constructor with the new operator.
The Atomics object does not have a [[Call]] internal method;
it is not possible to invoke the Atomics object as a function.
17 ECMAScript Standard Built-in Objects:
Every other data property described in clauses 18 through 26 and in Annex B.2
has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified.
includes: [propertyHelper.js]
features: [Atomics]
--- |
1263 |
proto.js |
---
esid: sec-atomics-object
description: >
The prototype of Atomics is Object.prototype
info: |
The Atomics Object
The value of the [[Prototype]] internal slot of the Atomics object is the
intrinsic object %ObjectPrototype%.
features: [Atomics]
--- |
671 |
shell.js |
---
description: |
Collection of functions used to assert the correctness of SharedArrayBuffer objects.
defines:
- testWithAtomicsOutOfBoundsIndices
- testWithAtomicsInBoundsIndices
- testWithAtomicsNonViewValues
--- |
8566 |
store |
|
|
sub |
|
|
Symbol.toStringTag.js |
---
esid: sec-atomics-@@tostringtag
description: >
`Symbol.toStringTag` property descriptor on Atomics
info: |
The initial value of the @@toStringTag property is the String value
"Atomics".
This property has the attributes { [[Writable]]: false, [[Enumerable]]:
false, [[Configurable]]: true }.
includes: [propertyHelper.js]
features: [Atomics, Symbol, Symbol.toStringTag]
--- |
893 |
wait |
|
|
waitAsync |
|
|
xor |
|
|