Changeset 88719 in webkit for trunk/Source/JavaScriptCore/parser/Lexer.cpp
- Timestamp:
- Jun 13, 2011, 3:38:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Lexer.cpp
r88094 r88719 332 332 } 333 333 334 ALWAYS_INLINE const Identifier* Lexer::makeIdentifier(const UChar* characters, size_t length)335 {336 return &m_arena->makeIdentifier(m_globalData, characters, length);337 }338 339 334 ALWAYS_INLINE bool Lexer::lastTokenWasRestrKeyword() const 340 335 {
Note:
See TracChangeset
for help on using the changeset viewer.