Searched refs:isIdentPart (Results 1 – 5 of 5) sorted by relevance
349 static inline bool isIdentPart(int c) in isIdentPart() function409 if (LIKELY(isIdentPart(m_current))) { in parseIdentifier()427 if (UNLIKELY(m_buffer16.size() ? !isIdentPart(character) : !isIdentStart(character))) in parseIdentifier()1134 while (isIdentPart(m_current)) { in scanRegExp()1179 while (isIdentPart(m_current)) in skipRegExp()
5578 (KJS::Lexer::isIdentPart):6644 (Lexer::isIdentPart):11096 (Lexer::isIdentPart):14539 (Lexer::isIdentPart):
4819 (JSC::isIdentPart): Moved here.5645 (JSC::Lexer::isIdentPart): Ditto.20240 …(JSC::Lexer::isIdentPart): Use isASCIIAlphanumeric and isASCII to avoid going into ICU in the comm…
19695 (JSC::isIdentPart): using typesOfASCIICharacters to determine
22448 the isIdentStart and isIdentPart tests.