Searched refs:isNonASCIIIdentPart (Results 1 – 2 of 2) sorted by relevance
343 static NEVER_INLINE bool isNonASCIIIdentPart(int c) in isNonASCIIIdentPart() function354 return isASCII(c) ? typesOfASCIICharacters[c] <= CharacterNumber : isNonASCIIIdentPart(c); in isIdentPart()
4818 (JSC::isNonASCIIIdentPart): Broke out the non-inline part.