Changeset 170079 in webkit for trunk/Source/JavaScriptCore/parser/ParserTokens.h
- Timestamp:
- Jun 17, 2014, 3:29:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/ParserTokens.h
r163960 r170079 150 150 UNTERMINATED_STRING_LITERAL_ERRORTOK = 8 | ErrorTokenFlag | UnterminatedErrorTokenFlag, 151 151 INVALID_STRING_LITERAL_ERRORTOK = 9 | ErrorTokenFlag, 152 INVALID_PRIVATE_NAME_ERRORTOK = 10 | ErrorTokenFlag 152 INVALID_PRIVATE_NAME_ERRORTOK = 10 | ErrorTokenFlag, 153 INVALID_HEX_NUMBER_ERRORTOK = 11 | ErrorTokenFlag 153 154 }; 154 155
Note:
See TracChangeset
for help on using the changeset viewer.