Changeset 89219 in webkit for trunk/Source/JavaScriptCore/parser/Lexer.cpp
- Timestamp:
- Jun 19, 2011, 12:47:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Lexer.cpp
r89192 r89219 482 482 } 483 483 484 bool Lexer::isKeyword(const Identifier& ident) 485 { 486 return m_keywordTable.entry(m_globalData, ident); 487 } 488 484 489 template <bool shouldBuildStrings> ALWAYS_INLINE bool Lexer::parseString(JSTokenData* tokenData, bool strictMode) 485 490 {
Note:
See TracChangeset
for help on using the changeset viewer.