![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <unicode.h>
Classes | |
class | CacheEntry |
Public Member Functions | |
Predicate ()=default | |
bool | get (uchar c) |
Private Member Functions | |
bool | CalculateValue (uchar c) |
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 25 of file unicode-inl.h.
|
inline |
|
friend |
|
private |
|
staticprivate |
|
staticprivate |