Searched refs:LexType (Results 1 – 3 of 3) sorted by relevance
55 enum LexType { IdentifyReservedWords, IgnoreReservedWords }; enum56 JSTokenType lex(JSTokenData* lvalp, JSTokenInfo* llocp, LexType, bool strictMode);112 ALWAYS_INLINE JSTokenType parseIdentifier(JSTokenData*, LexType);
402 ALWAYS_INLINE JSTokenType Lexer::parseIdentifier(JSTokenData* lvalp, LexType lexType) in parseIdentifier()715 JSTokenType Lexer::lex(JSTokenData* lvalp, JSTokenInfo* llocp, LexType lexType, bool strictMode) in lex()
101 void next(Lexer::LexType lexType = Lexer::IdentifyReservedWords) in next()