Home
last modified time | relevance | path

Searched refs:isNonASCIIIdentPart (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
DLexer.cpp343 static NEVER_INLINE bool isNonASCIIIdentPart(int c) in isNonASCIIIdentPart() function
354 return isASCII(c) ? typesOfASCIICharacters[c] <= CharacterNumber : isNonASCIIIdentPart(c); in isIdentPart()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-164818 (JSC::isNonASCIIIdentPart): Broke out the non-inline part.