Changeset 32652 in webkit for trunk/JavaScriptCore/kjs/lexer.h
- Timestamp:
- Apr 28, 2008, 11:22:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/lexer.h
r31944 r32652 25 25 #define Lexer_h 26 26 27 #include "lookup.h" 27 28 #include "ustring.h" 28 29 #include <wtf/Vector.h> … … 95 96 friend class WTF::ThreadSpecific<Lexer>; 96 97 Lexer(); 98 ~Lexer(); 97 99 98 100 int yylineno; … … 146 148 UString m_pattern; 147 149 UString m_flags; 150 151 const HashTable mainTable; 148 152 }; 149 153
Note:
See TracChangeset
for help on using the changeset viewer.