3 PP0028
Sebastian Markbage edited this page 2018-03-06 15:21:49 -08:00

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.