Changeset 40214 in webkit for trunk/JavaScriptCore/parser/Lexer.h
- Timestamp:
- Jan 24, 2009, 1:55:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/Lexer.h
r40131 r40214 105 105 static bool isOctalDigit(int); 106 106 107 int matchPunctuator(int& charPos, int c1, int c2, int c3, int c4);107 ALWAYS_INLINE int matchPunctuator(int& charPos, int c1, int c2, int c3, int c4); 108 108 static unsigned short singleEscape(unsigned short); 109 109 static unsigned short convertOctal(int c1, int c2, int c3);
Note:
See TracChangeset
for help on using the changeset viewer.