2.9.4.3 Object.prototype.lookupGetter(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.[[Get]]