![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/strings/unicode-decoder.h"
#include "src/strings/unicode-inl.h"
#include "src/utils/memcopy.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | DEFINE_UNICODE_DECODER(Decoder) |
Functions | |
v8::internal::DEFINE_UNICODE_DECODER (Utf8Decoder) | |
#define DEFINE_UNICODE_DECODER | ( | Decoder | ) |
Definition at line 183 of file unicode-decoder.cc.