![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <d8.h>
Public Member Functions | |
| DisallowReassignment (const char *name, T value) | |
| operator T () const | |
| T | get () const |
| DisallowReassignment & | operator= (T value) |
| void | Overwrite (T value) |
Private Attributes | |
| const char * | name_ |
| T | value_ |
| bool | specified_ = false |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |