Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DLiteralParser.cpp77 token.type = TokComma; in lex()
79 return TokComma; in lex()
302 if (lastToken == TokComma) in parse()
316 if (m_lexer.currentToken().type == TokComma) in parse()
371 if (m_lexer.currentToken().type == TokComma) in parse()
DLiteralParser.h60 TokLParen, TokRParen, TokComma, TokTrue, TokFalse, enumerator