Home | History | Annotate | Download | only in benchmarks

Lines Matching full:fromcharcode

1282            (peephole (hole 1 "new sc_Char(String.fromCharCode(" n "))")))
1285 { return new sc_Char(String.fromCharCode(n)); }
2254 res += String.fromCharCode(nb);
3051 p.appendJSString(String.fromCharCode(arguments[j]));
3094 + String.fromCharCode(s.charCodeAt(i2 + 1))