Searched refs:m_currentTokenType (Results 1 – 1 of 1) sorted by relevance
52 , m_currentTokenType(TokenError) in IDBKeyPathLexer()56 TokenType currentTokenType() const { return m_currentTokenType; } in currentTokenType()60 m_currentTokenType = lex(m_currentElement); in nextTokenType()61 return m_currentTokenType; in nextTokenType()74 TokenType m_currentTokenType; member in WebCore::IDBKeyPathLexer