Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Sebastian Markbage edited this page Mar 6, 2018 · 3 revisions

toString or valueOf might return either an object or primitive

If toString or valueOf has unknown implementations or if the object is completely unknown, we cannot safely turn it into a primitive since we don't know which one will be used and what it would've done.

Clone this wiki locally