Home
last modified time | relevance | path

Searched refs:isIdentPart (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/parser/
DLexer.cpp226 static inline bool isIdentPart(int c) in isIdentPart() function
664 while (isIdentPart(m_current)) in lex()
681 if (UNLIKELY(!isIdentPart(token))) in lex()
687 while (isIdentPart(m_current)) { in lex()
955 while (isIdentPart(m_current)) { in scanRegExp()
1000 while (isIdentPart(m_current)) in skipRegExp()
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-145578 (KJS::Lexer::isIdentPart):
6644 (Lexer::isIdentPart):
11096 (Lexer::isIdentPart):
14539 (Lexer::isIdentPart):
DChangeLog-2009-06-164819 (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…
DChangeLog-2008-08-1022448 the isIdentStart and isIdentPart tests.