Home | History | Annotate | Download | only in parser

Lines Matching refs:ALWAYS_INLINE

236 ALWAYS_INLINE const UChar* Lexer::currentCharacter() const
242 ALWAYS_INLINE int Lexer::currentOffset() const
274 ALWAYS_INLINE void Lexer::shift()
284 ALWAYS_INLINE int Lexer::peek(int offset)
323 ALWAYS_INLINE const Identifier* Lexer::makeIdentifier(const UChar* characters, size_t length)
328 ALWAYS_INLINE bool Lexer::lastTokenWasRestrKeyword() const
402 ALWAYS_INLINE JSTokenType Lexer::parseIdentifier(JSTokenData* lvalp, LexType lexType)
456 ALWAYS_INLINE bool Lexer::parseString(JSTokenData* lvalp, bool strictMode)
545 ALWAYS_INLINE void Lexer::parseHex(double& returnValue)
584 ALWAYS_INLINE bool Lexer::parseOctal(double& returnValue)
620 ALWAYS_INLINE bool Lexer::parseDecimal(double& returnValue)
657 ALWAYS_INLINE void Lexer::parseNumberAfterDecimalPoint()
666 ALWAYS_INLINE bool Lexer::parseNumberAfterExponentIndicator()
685 ALWAYS_INLINE bool Lexer::parseMultilineComment()