Home | History | Annotate | Download | only in src

Lines Matching full:identifier

814   // not be an identifier start or a decimal digit; see ECMA-262
913 return Token::IDENTIFIER;
942 return Token::IDENTIFIER;
949 // Scan identifier start character.
952 // Only allow legal identifier start characters.
966 // Scan the rest of the identifier characters.
988 return Token::IDENTIFIER;
993 // Scan the rest of the identifier characters.
997 // Only allow legal identifier part characters.
1011 return Token::IDENTIFIER;