Searched refs:LexType (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
H A DLexer.h55 enum LexType { IdentifyReservedWords, IgnoreReservedWords }; enum in class:JSC::Lexer
56 JSTokenType lex(JSTokenData* lvalp, JSTokenInfo* llocp, LexType, bool strictMode);
112 ALWAYS_INLINE JSTokenType parseIdentifier(JSTokenData*, LexType);
H A DLexer.cpp402 ALWAYS_INLINE JSTokenType Lexer::parseIdentifier(JSTokenData* lvalp, LexType lexType)
715 JSTokenType Lexer::lex(JSTokenData* lvalp, JSTokenInfo* llocp, LexType lexType, bool strictMode)
H A DJSParser.cpp101 void next(Lexer::LexType lexType = Lexer::IdentifyReservedWords)

Completed in 137 milliseconds