Lines Matching full:to_string
22 var s = TO_STRING(this);
25 s = s + TO_STRING(arguments[i]);
42 var subject = TO_STRING(this);
60 var subject = TO_STRING(this);
72 var s = TO_STRING(this);
112 return %RegExpInternalReplace(/"/g, TO_STRING(str), """);
119 return "<a name=\"" + HtmlEscape(name) + "\">" + TO_STRING(this) +
127 return "<big>" + TO_STRING(this) + "</big>";
134 return "<blink>" + TO_STRING(this) + "</blink>";
141 return "<b>" + TO_STRING(this) + "</b>";
148 return "<tt>" + TO_STRING(this) + "</tt>";
155 return "<font color=\"" + HtmlEscape(color) + "\">" + TO_STRING(this) +
163 return "<font size=\"" + HtmlEscape(size) + "\">" + TO_STRING(this) +
171 return "<i>" + TO_STRING(this) + "</i>";
178 return "<a href=\"" + HtmlEscape(s) + "\">" + TO_STRING(this) + "</a>";
185 return "<small>" + TO_STRING(this) + "</small>";
192 return "<strike>" + TO_STRING(this) + "</strike>";
199 return "<sub>" + TO_STRING(this) + "</sub>";
206 return "<sup>" + TO_STRING(this) + "</sup>";
213 var s = TO_STRING(this);
239 var string = TO_STRING(this);
269 var result = TO_STRING(raw[0]);
273 result += TO_STRING(arguments[i]);
275 result += TO_STRING(raw[i]);