Home | History | Annotate | Download | only in v8-v4

Lines Matching refs:isNumberChar

2198     function isNumberChar(c) {
2310 if (isNumberChar(c)) {
2312 while (isNumberChar(port.peekChar()))