Home | History | Annotate | Download | only in src

Lines Matching full:scan

59   // after a newline and scan first token.
62 Scan();
244 Scan();
358 void Scanner::Scan() {
615 Scan();
802 // scan exponent, if any
806 // scan exponent
953 // Scan identifier start character.
970 // Scan the rest of the identifier characters.
997 // Scan the rest of the identifier characters.
1020 // Scan: ('/' | '/=') RegularExpressionBody '/' RegularExpressionFlags
1028 // Scan regular expression body: According to ECMA-262, 3rd, 7.8.5,
1097 // Scan regular expression flags.