What does this PR do?
those objects always have the normal prototype, and can't have hasOwnProperty
redefined, let me call it normally
(otherwise I'd have to write Object.prototype.hasOwnProperty.call(newUser, field)
and that's ugly)
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines
those objects always have the normal prototype, and can't have `hasOwnProperty` redefined, let me call it normally (otherwise I'd have to write `Object.prototype.hasOwnProperty.call(newUser, field)` and that's ugly)