Home
last modified time | relevance | path

Searched refs:isLineTerminator (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/parser/
DLexer.cpp196 ASSERT(isLineTerminator(m_current)); in shiftLineTerminator()
553 if (isLineTerminator(m_current)) { in lex()
595 if (UNLIKELY(isLineTerminator(m_current))) in lex()
646 if (isLineTerminator(m_current)) { in lex()
701 while (!isLineTerminator(m_current)) { in lex()
716 if (isLineTerminator(m_current)) in lex()
919 if (isLineTerminator(m_current) || m_current == -1) in scanRegExp()
DLexer.h40 static bool isLineTerminator(int character);
128 inline bool Lexer::isLineTerminator(int ch) in isLineTerminator() function
/external/webkit/JavaScriptCore/runtime/
DFunctionPrototype.cpp77 if (!Lexer::isWhiteSpace(ch) && !Lexer::isLineTerminator(ch)) { in insertSemicolonIfNeeded()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-164826 (JSC::Lexer::scanRegExp): Changed to use the new version of isLineTerminator.
4830 lookupKeywordFunction, one of the isLineTerminator functions, m_done data member,
4833 function. Removed one branch from the isLineTerminator function.
5639 (JSC::Lexer::isLineTerminator): Moved up higher in the file and changed to
10922 (JSC::Lexer::isLineTerminator): Added some helper functions for examining
DChangeLog-2007-10-1414537 (Lexer::isLineTerminator):
/external/webkit/WebCore/
DChangeLog-2002-12-0315961 (Lexer::lex), (Lexer::isLineTerminator), (Lexer::matchPunctuator),