Standard builtins' prototypes and toString

Boris Zbarsky bzbarsky at MIT.EDU
Thu Jun 12 08:55:59 PDT 2014


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


More information about the es-discuss mailing list