Changeset 7507 in webkit for trunk/JavaScriptCore/kjs/lexer.h
- Timestamp:
- Sep 9, 2004, 6:52:24 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/lexer.h
r7239 r7507 101 101 bool isWhiteSpace() const; 102 102 bool isLineTerminator(); 103 bool isHexDigit(unsigned short c) const;104 103 bool isOctalDigit(unsigned short c) const; 105 104 … … 116 115 static bool isIdentLetter(unsigned short c); 117 116 static bool isDecimalDigit(unsigned short c); 117 static bool isHexDigit(unsigned short c); 118 118 119 119 #ifdef KJS_DEBUG_MEM
Note:
See TracChangeset
for help on using the changeset viewer.