2.9.4.4 Object.prototype.lookupSetter(propertyName)

  1. Let O be ToObject(this)

  2. Let D be the result of calling the [[GetProperty]] internal method of O with the argument ToString(propertyName)

  3. Return D.[[Set]]