mirror of
https://github.com/tc39/test262.git
synced 2025-09-30 05:28:44 +02:00
Where possible, observable calls originating from within Temporal, that require an options argument, should pass `undefined` as that options argument, rather than `{}` or `Object.create(null)`. See tc39/proposal-temporal#1685.