Searched refs:JSTokenData (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/JavaScriptCore/parser/ |
D | Lexer.h | 56 JSTokenType lex(JSTokenData* lvalp, JSTokenInfo* llocp, LexType, bool strictMode); 112 ALWAYS_INLINE JSTokenType parseIdentifier(JSTokenData*, LexType); 113 ALWAYS_INLINE bool parseString(JSTokenData* lvalp, bool strictMode);
|
D | JSParser.h | 140 union JSTokenData { union 155 JSTokenData m_data;
|
D | Lexer.cpp | 402 ALWAYS_INLINE JSTokenType Lexer::parseIdentifier(JSTokenData* lvalp, LexType lexType) in parseIdentifier() 456 ALWAYS_INLINE bool Lexer::parseString(JSTokenData* lvalp, bool strictMode) in parseString() 715 JSTokenType Lexer::lex(JSTokenData* lvalp, JSTokenInfo* llocp, LexType lexType, bool strictMode) in lex()
|