v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include "unicode.h"
Go to the source code of this file.
Namespaces | |
unibrow | |
Macros | |
#define | IF_LITTLE(expr) expr |
#define | IF_BIG(expr) ((void) 0) |
#define IF_BIG | ( | expr | ) | ((void) 0) |
Definition at line 152 of file unicode-inl.h.
Referenced by CharacterStream::DecodeCharacter(), and CharacterStream::EncodeNonAsciiCharacter().
#define IF_LITTLE | ( | expr | ) | expr |
Definition at line 151 of file unicode-inl.h.
Referenced by CharacterStream::DecodeCharacter(), and CharacterStream::EncodeNonAsciiCharacter().