HomeSort by relevance Sort by last modified time
    Searched refs:JSTokenType (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/parser/
JSParser.h 48 enum JSTokenType {
154 JSTokenType m_type;
Lexer.h 56 JSTokenType lex(JSTokenData* lvalp, JSTokenInfo* llocp, LexType, bool strictMode);
112 ALWAYS_INLINE JSTokenType parseIdentifier(JSTokenData*, LexType);
Lexer.cpp 402 ALWAYS_INLINE JSTokenType Lexer::parseIdentifier(JSTokenData* lvalp, LexType lexType)
449 return entry ? static_cast<JSTokenType>(entry->lexerValue()) : IDENT;
715 JSTokenType Lexer::lex(JSTokenData* lvalp, JSTokenInfo* llocp, LexType lexType, bool strictMode)
721 JSTokenType token = ERRORTOK;
    [all...]
JSParser.cpp 114 bool consume(JSTokenType expected)
122 bool match(JSTokenType expected)
225 ALWAYS_INLINE int isBinaryOperator(JSTokenType token);
    [all...]

Completed in 46 milliseconds