Home | History | Annotate | Download | only in src

Lines Matching defs:Scan

54   // after a newline and scan first token.
57 Scan();
239 Scan();
353 void Scanner::Scan() {
610 Scan();
776 // scan exponent, if any
780 // scan exponent
927 // Scan identifier start character.
944 // Scan the rest of the identifier characters.
971 // Scan the rest of the identifier characters.
994 // Scan: ('/' | '/=') RegularExpressionBody '/' RegularExpressionFlags
1002 // Scan regular expression body: According to ECMA-262, 3rd, 7.8.5,
1071 // Scan regular expression flags.