Home
last modified time | relevance | path

Searched refs:isIdentStart (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
DLexer.cpp338 static inline bool isIdentStart(int c) in isIdentStart() function
427 if (UNLIKELY(m_buffer16.size() ? !isIdentPart(character) : !isIdentStart(character))) in parseIdentifier()
1022 if (UNLIKELY(isIdentStart(m_current))) in lex()
1035 ASSERT(isIdentStart(m_current)); in lex()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-145577 (KJS::Lexer::isIdentStart):
6643 (Lexer::isIdentStart):
11095 (Lexer::isIdentStart):
14538 (Lexer::isIdentStart):
DChangeLog-2009-06-164817 (JSC::isIdentStart): Moved here.
5643 (JSC::Lexer::isIdentStart): Moved up higher in the file. Changed to use
20239 …(JSC::Lexer::isIdentStart): Use isASCIIAlpha and isASCII to avoid going into ICU in the common cas…
DChangeLog-2011-02-1619693 (JSC::isIdentStart): using typesOfASCIICharacters to determine
DChangeLog-2008-08-1022448 the isIdentStart and isIdentPart tests.