v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Data Structures | |
struct | MultiCharacterSpecialCase |
class | Predicate |
class | Mapping |
class | UnicodeData |
class | Utf16 |
class | Latin1 |
class | Utf8 |
class | Utf8DecoderBase |
class | Utf8Decoder |
struct | Uppercase |
struct | Lowercase |
struct | Letter |
struct | Number |
struct | WhiteSpace |
struct | LineTerminator |
struct | CombiningMark |
struct | ConnectorPunctuation |
struct | ToLowercase |
struct | ToUppercase |
struct | Ecma262Canonicalize |
struct | Ecma262UnCanonicalize |
struct | CanonicalizationRange |
Typedefs | |
typedef signed short | int16_t |
typedef unsigned short | uint16_t |
typedef int | int32_t |
typedef unsigned int | uchar |
typedef unsigned char | byte |
Variables | |
const int | kMaxMappingSize = 4 |
typedef signed short int16_t |
Definition at line 45 of file unicode.cc.
typedef int int32_t |
Definition at line 47 of file unicode.cc.
typedef unsigned short uint16_t |
Definition at line 46 of file unicode.cc.