Home | History | Annotate | Download | only in src

Lines Matching refs:TO_INTEGER

67     result = %_StringCharAt(TO_STRING_INLINE(this), TO_INTEGER(pos));
77 result = %_StringCharCodeAt(TO_STRING_INLINE(this), TO_INTEGER(pos));
110 index = TO_INTEGER(index);
128 position = TO_INTEGER(position);
490 var start_i = TO_INTEGER(start);
493 end_i = TO_INTEGER(end);
619 var start_i = TO_INTEGER(start);
628 end_i = TO_INTEGER(end);
657 len = TO_INTEGER(n);
666 start = TO_INTEGER(start);