On 6/12/14, 11:45 AM, André Bargull wrote: > And Number.prototype, String.prototype, Boolean.prototype All of those have the relevant internal fields, so they don't have the problem. e.g. Number.prototype.toString() returns "0". > and Symbol.prototype. This one has the issue, though. -Boris