V8 Project
char-predicates-inl.h File Reference
+ Include dependency graph for char-predicates-inl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Functions

int v8::internal::AsciiAlphaToLower (uc32 c)
 
bool v8::internal::IsCarriageReturn (uc32 c)
 
bool v8::internal::IsLineFeed (uc32 c)
 
bool v8::internal::IsInRange (int value, int lower_limit, int higher_limit)
 
bool v8::internal::IsDecimalDigit (uc32 c)
 
bool v8::internal::IsHexDigit (uc32 c)
 
bool v8::internal::IsOctalDigit (uc32 c)
 
bool v8::internal::IsBinaryDigit (uc32 c)
 
bool v8::internal::IsRegExpWord (uc16 c)
 
bool v8::internal::IsRegExpNewline (uc16 c)