![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <slots.h>
Public Member Functions | |
| Reference (Address address) | |
| Reference (const Reference &) V8_NOEXCEPT=default | |
| Reference & | operator= (const Reference &other) V8_NOEXCEPT |
| Reference & | operator= (T value) |
| operator T () const | |
| void | swap (Reference &other) |
| bool | operator< (const Reference &other) const |
| bool | operator== (const Reference &other) const |
Private Member Functions | |
| T | value () const |
Private Attributes | |
| Address | address_ |
|
inlineexplicit |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
private |