Changeset 261556 in webkit for trunk/Source/JavaScriptCore/parser/Lexer.cpp
- Timestamp:
- May 12, 2020, 9:12:21 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Lexer.cpp
r261542 r261556 747 747 } 748 748 749 static ALWAYS_INLINE UNUSED_FUNCTIONbool isSingleCharacterIdentStart(UChar c)749 static ALWAYS_INLINE bool isSingleCharacterIdentStart(UChar c) 750 750 { 751 751 if (LIKELY(isLatin1(c)))
Note:
See TracChangeset
for help on using the changeset viewer.