![]() |
v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include "unicode.h"

Go to the source code of this file.
Data Structures | |
| struct | IdentifierStart |
| struct | IdentifierPart |
Namespaces | |
| v8 | |
| v8::internal | |
Functions | |
| bool | IsCarriageReturn (uc32 c) |
| bool | IsLineFeed (uc32 c) |
| bool | IsDecimalDigit (uc32 c) |
| bool | IsHexDigit (uc32 c) |
| bool | IsRegExpWord (uc32 c) |
| bool | IsRegExpNewline (uc32 c) |