v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include "char-predicates.h"
Go to the source code of this file.
Namespaces | |
v8 | |
v8::internal | |
Functions | |
int | AsciiAlphaToLower (uc32 c) |
bool | IsCarriageReturn (uc32 c) |
bool | IsLineFeed (uc32 c) |
bool | IsInRange (int value, int lower_limit, int higher_limit) |
bool | IsDecimalDigit (uc32 c) |
bool | IsHexDigit (uc32 c) |
bool | IsRegExpWord (uc16 c) |
bool | IsRegExpNewline (uc16 c) |