Changeset 88083 in webkit for trunk/Source/JavaScriptCore/parser/Lexer.cpp
- Timestamp:
- Jun 3, 2011, 5:43:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Lexer.cpp
r88082 r88083 358 358 } 359 359 360 static inlinebool isIdentPart(int c)360 static ALWAYS_INLINE bool isIdentPart(int c) 361 361 { 362 362 // Character types are divided into two groups depending on whether they can be part of an
Note:
See TracChangeset
for help on using the changeset viewer.