test262/harness
Philip Chimento 33865c5339 Validate required methods of Temporal Calendar protocol
Checking whether an object implements the Calendar protocol is now done by
means of HasProperty operations for each of the required methods unless
the object already has the Calendar brand.

Discussion:
https://github.com/tc39/proposal-temporal/issues/2104#issuecomment-1409549753

Corresponding normative PR:
https://github.com/tc39/proposal-temporal/pull/2485
2023-04-10 08:36:08 -07:00
..
assert.js
assertRelativeDateMs.js
async-gc.js Harness: Ensure $DONE called only once in async-gc.js 2022-10-12 09:58:45 +02:00
asyncHelpers.js harness/asyncHelpers.js: Refactor asyncTest to always return undefined instead of a Promise 2023-02-21 11:04:09 -08:00
atomicsHelper.js
byteConversionValues.js
compareArray.js
compareIterator.js Improve documentation for assert.compareIterator. 2022-11-04 10:54:28 -07:00
dateConstants.js
decimalToHexString.js
deepEqual.js
detachArrayBuffer.js
doneprintHandle.js Harness: Account for Symbols being thrown in async tests 2022-10-12 09:58:45 +02:00
features.yml
fnGlobalObject.js
hidden-constructors.js
isConstructor.js Add missing feature flag to isContructor helper file 2022-12-17 13:18:46 -08:00
nans.js
nativeFunctionMatcher.js
promiseHelper.js
propertyHelper.js Deprecate some property helpers 2022-04-04 11:28:37 -04:00
proxyTrapsHelper.js
regExpUtils.js Add missing `define` 2022-07-12 19:21:53 -07:00
sta.js
tcoHelper.js
temporalHelpers.js Validate required methods of Temporal Calendar protocol 2023-04-10 08:36:08 -07:00
testAtomics.js
testBigIntTypedArray.js
testIntl.js Update Intl tests to recognize microsecond and nanosecond as sanctioned 2022-11-04 17:30:26 -07:00
testTypedArray.js
timer.js
typeCoercion.js
wellKnownIntrinsicObjects.js