Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:readChar

2117 sc_InputPort.prototype.readChar = function() {
2221 var c = port.readChar();
2226 var tmp = port.readChar();
2244 port.readChar();
2247 port.readChar();
2250 port.readChar();
2277 res += port.readChar();
2289 port.readChar();
2291 port.readChar();
2294 curChar = port.readChar();
2311 var c = port.readChar();
2319 nb = nb*10 + (port.readChar() - 0);
2320 switch (port.readChar()) {
2336 tmp += port.readChar();
2342 return new sc_Token(20/*CHAR*/, port.readChar());
2372 port.readChar(); // consume
2381 var curChar = port.readChar();
2544 var t = port.readChar();