Searched refs:isNonASCIIIdentStart (Results 1 – 2 of 2) sorted by relevance
333 static NEVER_INLINE bool isNonASCIIIdentStart(int c) in isNonASCIIIdentStart() function340 …eturn isASCII(c) ? typesOfASCIICharacters[c] == CharacterIdentifierStart : isNonASCIIIdentStart(c); in isIdentStart()738 else if (isNonASCIIIdentStart(m_current)) in lex()
4816 (JSC::isNonASCIIIdentStart): Broke out the non-inline part.