Herby Vojčík wrote:
__proto__s (the ones I mentioned above). You say that when they are changed / out-of-sync / in whatever-else-nonstandard situation, then the authoritative source of super-constructor for the SubClass constructor should be SubClass.prototype.__proto__.constructor (that is, this.prototype.__proto__.constructor); and I am saying it should be
Erratum: this.__proto__.constructor.
SubClass.__proto__ itself.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

