Verify behaviour of Object.prototype.valueOf when applied to non-objects
Open
server
- Dominant language
- JavaScript
- Stars
- 198
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
The spec says that this does, in effect,`ToObject(this)` which would normally produce boxed primitives. That is not what we want, and not what our code does. But what does our code do, and what do we want it to do?
Contributor guide
Assessment
This issue has not been assessed yet.