class A {} A.prototype.constructor = function() { return { tag: "fake" }; }; console.log(new A().tag);