Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:i2

3009       var i2 = s.indexOf("~", i);
3011 if (i2 == -1) {
3015 if (i2 > i) {
3016 if (i2 == (len - 1)) {
3020 p.appendJSString(s.substring(i, i2));
3021 i = i2;
3025 switch(s.charCodeAt(i2 + 1)) {
3094 + String.fromCharCode(s.charCodeAt(i2 + 1))