Changeset 47828 in webkit for trunk/JavaScriptCore/runtime/LiteralParser.cpp
- Timestamp:
- Aug 27, 2009, 12:15:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/LiteralParser.cpp
r46910 r47828 296 296 doParseArrayStartExpression: 297 297 case DoParseArrayStartExpression: { 298 TokenType lastToken = m_lexer.currentToken().type; 298 299 if (m_lexer.next() == TokRBracket) { 300 if (lastToken == TokComma) 301 return JSValue(); 299 302 m_lexer.next(); 300 303 lastValue = objectStack.last();
Note:
See TracChangeset
for help on using the changeset viewer.