![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <tagged-field.h>
Public Member Functions | |
UnalignedValueMember ()=default | |
T | value () const |
void | set_value (T value) |
Protected Attributes | |
char | storage_ [sizeof(T)] |
Definition at line 71 of file tagged-field.h.
|
default |
|
inline |
Definition at line 76 of file tagged-field.h.
|
inline |
Definition at line 75 of file tagged-field.h.
|
protected |
Definition at line 79 of file tagged-field.h.