15.5.4 Properties of the String prototype object

2010-07-08

The String prototype object is itself a String object with as value the empty string.

String.prototype.[[Prototype]] is the built-in String prototype object.

String.prototype.[[Class]] = "String"