Changeset 284159 in webkit for trunk/Source/JavaScriptCore/parser/Parser.cpp
- Timestamp:
- Oct 14, 2021, 7:24:50 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Parser.cpp
r284151 r284159 5097 5097 next(); 5098 5098 } else { 5099 failIfTrue(match(IDENT), "\"new.\" can only befollowed with target");5099 failIfTrue(match(IDENT), "\"new.\" can only followed with target"); 5100 5100 failDueToUnexpectedToken(); 5101 5101 } … … 5132 5132 next(); 5133 5133 } else { 5134 failIfTrue(match(IDENT), "\"import.\" can only befollowed with meta");5134 failIfTrue(match(IDENT), "\"import.\" can only followed with meta"); 5135 5135 failDueToUnexpectedToken(); 5136 5136 }
Note:
See TracChangeset
for help on using the changeset viewer.