Searched refs:isIdentStart (Results 1 – 5 of 5) sorted by relevance
338 static inline bool isIdentStart(int c) in isIdentStart() function427 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()
5577 (KJS::Lexer::isIdentStart):6643 (Lexer::isIdentStart):11095 (Lexer::isIdentStart):14538 (Lexer::isIdentStart):
4817 (JSC::isIdentStart): Moved here.5643 (JSC::Lexer::isIdentStart): Moved up higher in the file. Changed to use20239 …(JSC::Lexer::isIdentStart): Use isASCIIAlpha and isASCII to avoid going into ICU in the common cas…
19693 (JSC::isIdentStart): using typesOfASCIICharacters to determine
22448 the isIdentStart and isIdentPart tests.