Home | History | Annotate | Download | only in Exceptions

Lines Matching full:tostring

4     ECMA Section:       15.5.4.2 String.prototype.toString()
7 object, the toString() method happens to return the same
10 The toString function is not generic; it generates a
20 var TITLE = "String.prototype.toString";
34 OBJECT.toString = String.prototype.toString();
35 result = OBJECT.toString();
38 exception = e.toString();
44 " OBJECT.toString = String.prototype.toString; OBJECT.toString()" +