Open cpcallen opened 6 years ago
At the moment, polyfilled builtins like Array.prototype.join:
Array.prototype.join
.prototype
Neither of these should be true.
Maybe the solution is to provide an alternate Function constructor that does not create .prototype, and makes the function non-constructible.
Function
At the moment, polyfilled builtins like
Array.prototype.join
:.prototype
property.Neither of these should be true.