Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-03-24 21:18:42 +00:00
parent 08e5c8d618
commit 5275714183
148 changed files with 4045 additions and 39247 deletions

View file

@ -447,6 +447,13 @@ function withGlobal(_global) {
} else {
super(...arguments);
}
// ensures identity checks using the constructor prop still works
// this should have no other functional effect
Object.defineProperty(this, "constructor", {
value: NativeDate,
enumerable: false,
});
}
static [Symbol.hasInstance](instance) {