![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <unicode.h>
Classes | |
struct | CacheEntry |
Public Member Functions | |
Mapping ()=default | |
int | get (uchar c, uchar n, uchar *result) |
Private Member Functions | |
int | CalculateValue (uchar c, uchar n, uchar *result) |
Private Attributes | |
CacheEntry | entries_ [kSize] |
Static Private Attributes | |
static const int | kSize = size |
static const int | kMask = kSize - 1 |
Friends | |
class | Test |
|
inlinedefault |
|
private |
Definition at line 47 of file unicode-inl.h.
|
friend |
|
private |
|
staticprivate |
|
staticprivate |