Lines Matching refs:TO_STRING_INLINE
37 var value = %_ArgumentsLength() == 0 ? '' : TO_STRING_INLINE(x);
67 result = %_StringCharAt(TO_STRING_INLINE(this), TO_INTEGER(pos));
77 result = %_StringCharCodeAt(TO_STRING_INLINE(this), TO_INTEGER(pos));
86 var this_as_string = TO_STRING_INLINE(this);
94 parts[i + 1] = TO_STRING_INLINE(part);
105 var subject = TO_STRING_INLINE(this);
106 pattern = TO_STRING_INLINE(pattern);
120 var sub = TO_STRING_INLINE(this);
122 var pat = TO_STRING_INLINE(pat);
150 return %StringLocaleCompare(TO_STRING_INLINE(this),
151 TO_STRING_INLINE(other));
157 var subject = TO_STRING_INLINE(this);
190 var subject = TO_STRING_INLINE(this);
206 TO_STRING_INLINE(replace),
212 search = TO_STRING_INLINE(search);
231 replace = TO_STRING_INLINE(replace);
405 res[i] = TO_STRING_INLINE(func_result);
418 res[i] = TO_STRING_INLINE(func_result);
478 var match = DoRegExpExec(regexp, TO_STRING_INLINE(this), 0);
488 var s = TO_STRING_INLINE(this);
523 var subject = TO_STRING_INLINE(this);
538 separator = TO_STRING_INLINE(separator);
616 var s = TO_STRING_INLINE(this);
649 var s = TO_STRING_INLINE(this);
689 return %StringToLowerCase(TO_STRING_INLINE(this));
695 return %StringToLowerCase(TO_STRING_INLINE(this));
701 return %StringToUpperCase(TO_STRING_INLINE(this));
707 return %StringToUpperCase(TO_STRING_INLINE(this));
712 return %StringTrim(TO_STRING_INLINE(this), true, true);
716 return %StringTrim(TO_STRING_INLINE(this), true, false);
720 return %StringTrim(TO_STRING_INLINE(this), false, true);
749 return TO_STRING_INLINE(str).replace(/</g, "<")
835 str = TO_STRING_INLINE(str);