Move hasOwn from Object instance to Object constructor

Fixes #48206
This commit is contained in:
Ryan Cavanaugh
2022-03-10 13:49:35 -08:00
parent e4fe50cca4
commit d1b063e7be
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
interface Object {
interface ObjectConstructor {
/**
* Determines whether an object has a property with the specified name.
* @param o An object.