v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
char-predicates.h File Reference
#include "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.

Data Structures

struct  IdentifierStart
 
struct  IdentifierPart
 
struct  WhiteSpace
 
struct  WhiteSpaceOrLineTerminator
 

Namespaces

 v8
 
 v8::internal
 

Functions

bool IsCarriageReturn (uc32 c)
 
bool IsLineFeed (uc32 c)
 
bool IsDecimalDigit (uc32 c)
 
bool IsHexDigit (uc32 c)
 
bool IsOctalDigit (uc32 c)
 
bool IsBinaryDigit (uc32 c)
 
bool IsRegExpWord (uc32 c)
 
bool IsRegExpNewline (uc32 c)