![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <snapshot-table.h>
Public Member Functions | |
bool | operator== (SnapshotTableKey other) const |
const KeyData & | data () const |
KeyData & | data () |
SnapshotTableKey () | |
bool | valid () const |
Private Member Functions | |
SnapshotTableKey (SnapshotTableEntry< Value, KeyData > &entry) | |
Private Attributes | |
SnapshotTableEntry< Value, KeyData > * | entry_ |
Friends | |
class | SnapshotTable< Value, KeyData > |
Definition at line 73 of file snapshot-table.h.
|
inline |
Definition at line 80 of file snapshot-table.h.
|
inlineexplicitprivate |
Definition at line 87 of file snapshot-table.h.
|
inline |
Definition at line 79 of file snapshot-table.h.
|
inline |
|
inline |
Definition at line 75 of file snapshot-table.h.
|
inline |
|
friend |
Definition at line 82 of file snapshot-table.h.
|
private |
Definition at line 86 of file snapshot-table.h.