Home | History | Annotate | Download | only in mjsunit

Lines Matching full:fromcharcode

9141     return String.fromCharCode(x + 48);
9143 return String.fromCharCode(x + 97 - 10);