Equivalent to propertyKey in target.
propertyKey in target
Object that contains the property on itself or in its prototype chain.
Name of the property.
检查一个对象是否具有某个属性。
Checks if an object has a property.
Equivalent to
propertyKey in target
.