Changeset 89109 in webkit for trunk/Source/JavaScriptCore/parser/Lexer.h
- Timestamp:
- Jun 16, 2011, 8:17:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Lexer.h
r88974 r89109 119 119 template <int shiftAmount, ShiftType shouldBoundsCheck> void internalShift(); 120 120 template <bool shouldCreateIdentifier> ALWAYS_INLINE JSTokenType parseKeyword(JSTokenData*); 121 template <bool shouldBuildIdentifiers> ALWAYS_INLINE JSTokenType parseIdentifier(JSTokenData*, unsigned );121 template <bool shouldBuildIdentifiers> ALWAYS_INLINE JSTokenType parseIdentifier(JSTokenData*, unsigned, bool strictMode); 122 122 template <bool shouldBuildStrings> ALWAYS_INLINE bool parseString(JSTokenData*, bool strictMode); 123 123 ALWAYS_INLINE void parseHex(double& returnValue);
Note:
See TracChangeset
for help on using the changeset viewer.