Lines Matching full:scan
354 // after a newline and scan first token.
357 Scan();
377 Scan();
960 Scan();
1150 // scan exponent, if any
1154 // scan exponent
1194 // Scan identifier start character.
1207 // Scan the rest of the identifier characters.
1240 // Scan: ('/' | '/=') RegularExpressionBody '/' RegularExpressionFlags
1248 // Scan regular expression body: According to ECMA-262, 3rd, 7.8.5,
1279 // Scan regular expression flags.