5 #ifndef V8_CHAR_PREDICATES_H_
6 #define V8_CHAR_PREDICATES_H_
28 case '$':
case '_':
case '\\':
return true;
bool IsDecimalDigit(uc32 c)
bool IsCarriageReturn(uc32 c)
bool IsOctalDigit(uc32 c)
bool IsRegExpNewline(uc16 c)
bool IsRegExpWord(uc16 c)
bool IsBinaryDigit(uc32 c)
Debugger support for the V8 JavaScript engine.
Definitions and convenience functions for working with unicode.