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

Go to the source code of this file.

Classes

struct  v8::internal::IdentifierStart
 
struct  v8::internal::IdentifierPart
 
struct  v8::internal::WhiteSpace
 
struct  v8::internal::WhiteSpaceOrLineTerminator
 

Namespaces

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

Functions

bool v8::internal::IsCarriageReturn (uc32 c)
 
bool v8::internal::IsLineFeed (uc32 c)
 
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 (uc32 c)
 
bool v8::internal::IsRegExpNewline (uc32 c)