Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Polyfill: Make Date.prototype.toTemporalInstant not a constructor
A test for this was recently added to test262. Per the spec text, Date.prototype.toTemporalInstant should not be contstructible. However, the previous implementation did allow it to be called as a constructor.
- Loading branch information