Polyfilled builtin functions shouldn't be constructors
Open
bug
server
- Dominant language
- JavaScript
- Stars
- 198
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
At the moment, polyfilled builtins like `Array.prototype.join`:
* are constructible, and
* have a (writable, but non-configurable) `.prototype` property.
Neither of these should be true.
Contributor guide
Assessment
This issue has not been assessed yet.