mirror of https://github.com/tc39/test262.git
Similar to the previous commit with property bags, many existing tests use a Proxy to test the order of observable operations which involve user code passed in as part of a Temporal.TimeZone object. I am going to write several more tests that do this, as well. This seems like a good thing to put into TemporalHelpers, where it can be implemented consistently so that we don't get discrepancies in which operations are tracked. Updates existing tests to use this helper. |
||
---|---|---|
.. | ||
length.js | ||
prop-desc.js | ||
return-value.js | ||
timezone-getoffsetnanosecondsfor-non-integer.js | ||
timezone-getoffsetnanosecondsfor-not-callable.js | ||
timezone-getoffsetnanosecondsfor-out-of-range.js | ||
timezone-getoffsetnanosecondsfor-wrong-type.js | ||
timezone-string-datetime.js | ||
timezone-string-leap-second.js | ||
timezone-string-year-zero.js | ||
timezone-string.js | ||
timezone-wrong-type.js | ||
timezone.js | ||
toPlainTime-override.js |