![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
| CacheEntry () | |
| CacheEntry (uchar code_point, bool value) | |
| uchar | code_point () const |
| bool | value () const |
Private Types | |
| using | CodePointField = v8::base::BitField<uchar, 0, 21> |
| using | ValueField = v8::base::BitField<bool, 21, 1> |
Private Attributes | |
| uint32_t | bit_field_ |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |