Home
last modified time | relevance | path

Searched refs:TokComma (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DLiteralParser.cpp84 token.type = TokComma; in lex()
86 return TokComma; in lex()
309 if (lastToken == TokComma) in parse()
323 if (m_lexer.currentToken().type == TokComma) in parse()
378 if (m_lexer.currentToken().type == TokComma) in parse()
DLiteralParser.h60 TokLParen, TokRParen, TokComma, TokTrue, TokFalse, enumerator