mirror of https://github.com/tc39/test262.git
d7d154b3bc
$262.agent.MAX_TIME_EPSILON was intended to be used for callers like `Atomics.wait(typedArray, indexNumber, valueNumber, timeoutNumber)` where all parameters with the `Number` suffix denote values which are already Number values. It should not be used for `Atomics.wait(typedArray, indexObject, valueObject, timeoutObject)` where all parameters with the `Object` suffix denote values which are Object values, because in that case we'd require that `ToNumber(objectValue)` (potentially invoked multiple times) completes in less than 100 milliseconds (the default value for MAX_TIME_EPSILON). Also removes $262.agent.MAX_TIME_EPSILON because it is now no longer used. |
||
---|---|---|
.. | ||
add | ||
and | ||
compareExchange | ||
exchange | ||
isLockFree | ||
load | ||
notify | ||
or | ||
store | ||
sub | ||
wait | ||
xor | ||
Symbol.toStringTag.js | ||
prop-desc.js | ||
proto.js |