Object that contains the property on itself or in its prototype chain.
Name of the property.
Optional
receiver: anyThe reference to use as the this
value in the setter function,
if target[propertyKey]
is an accessor property.
Optional
receiver: any
Sets the property of target, equivalent to
target[propertyKey] = value
whenreceiver === target
.