Home | History | Annotate | Download | only in benchmarks

Lines Matching defs:String

1282            (peephole (hole 1 "new sc_Char(String.fromCharCode(" n "))")))
1285 { return new sc_Char(String.fromCharCode(n)); }
2034 else if (typeof o === "string")
2129 /* .............. String port ..........................*/
2141 /* .............. String port ..........................*/
2145 // instead of recreating all the time a String-object, we
2147 String(jsStr);
2174 sc_Token.STRING = 11/*STRING*/;
2224 return new sc_Token(11/*STRING*/, res);
2254 res += String.fromCharCode(nb);
2261 return new sc_Token(13/*ERROR*/, "unclosed string-literal" + res);
2268 return new sc_Token(13/*ERROR*/, "unclosed string-literal" + res);
2510 case 11/*STRING*/:
3051 p.appendJSString(String.fromCharCode(arguments[j]));
3094 + String.fromCharCode(s.charCodeAt(i2 + 1))
3158 return (typeof s === "string") &&
3190 /*** META ((export number->string integer->string)) */
3222 return (typeof s === "string") &&
3264 return (typeof s === "string") &&
3294 /*** META ((export string=?)
3301 /*** META ((export string<?)
3308 /*** META ((export string>?)
3315 /*** META ((export string<=?)
3322 /*** META ((export string>=?)
3329 /*** META ((export string-ci=?)
3336 /*** META ((export string-ci<?)
3343 /*** META ((export string-ci>?)
3350 /*** META ((export string-ci<=?)
3357 /*** META ((export string-ci>=?)
3398 /* there's no string-fill in the immutable version
3416 String.prototype.sc_toDisplayString = function() {
3426 String.prototype.sc_toWriteString = function() {
4658 // The first argument is a string identifying the benchmark.