=> owner
object — An object.
property-name — A symbol naming a property.
owner — An object which object would be delegating property-value to.
Description:
Returns the object, if any, from which object would fetch the value for property-name. If no such object exists,
PROPERTY-OWNERreturns NIL.