mirror of https://github.com/tc39/test262.git
$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. |
||
---|---|---|
.. | ||
arrayContains.js | ||
assert.js | ||
assertRelativeDateMs.js | ||
atomicsHelper.js | ||
byteConversionValues.js | ||
compareArray.js | ||
compareIterator.js | ||
dateConstants.js | ||
decimalToHexString.js | ||
detachArrayBuffer.js | ||
doneprintHandle.js | ||
features.yml | ||
fnGlobalObject.js | ||
isConstructor.js | ||
nans.js | ||
nativeFunctionMatcher.js | ||
promiseHelper.js | ||
propertyHelper.js | ||
proxyTrapsHelper.js | ||
regExpUtils.js | ||
sta.js | ||
tcoHelper.js | ||
testAtomics.js | ||
testBigIntTypedArray.js | ||
testIntl.js | ||
testTypedArray.js | ||
timer.js | ||
typeCoercion.js | ||
wellKnownIntrinsicObjects.js |