It would be helpful to have the MakeConstructor operation implemented as `Reflect.makeConstructor(F, writablePrototype, prototype)`, since otherwise the alternative to the `class extends` syntax is very verbose. It would also be consistent with the `Reflect.construct()` method corresponding to the Construct abstract operation, and `Object.create()` mainly corresponding to ObjectCreate.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

