Changeset 66962 in webkit for trunk/JavaScriptCore/parser/Lexer.h
- Timestamp:
- Sep 8, 2010, 2:59:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/Lexer.h
r66375 r66962 102 102 ALWAYS_INLINE void parseNumberAfterDecimalPoint(); 103 103 ALWAYS_INLINE bool parseNumberAfterExponentIndicator(); 104 ALWAYS_INLINE bool parseMultilineComment(); 104 105 105 106 static const size_t initialReadBufferCapacity = 32;
Note:
See TracChangeset
for help on using the changeset viewer.