Name Description Size Coverage
add -
and -
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] --- 1145 -
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] --- 553 -
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] --- 775 -
wait -
waitAsync -
xor -