![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <hashmap-entry.h>
Public Member Functions | |
TemplateHashMapEntry (Key key, NoHashMapValue value, uint32_t hash) | |
bool | exists () const |
void | clear () |
Public Attributes | |
union v8::base::TemplateHashMapEntry< Key, NoHashMapValue >:: { ... } | |
uint32_t | hash |
Private Attributes | |
bool | exists_ |
Definition at line 79 of file hashmap-entry.h.
|
inline |
Definition at line 86 of file hashmap-entry.h.
|
inline |
Definition at line 91 of file hashmap-entry.h.
|
inline |
Definition at line 89 of file hashmap-entry.h.
union v8::base::TemplateHashMapEntry< Key, NoHashMapValue > { ... } v8::base::TemplateHashMapEntry< Key, NoHashMapValue > |
|
private |
Definition at line 94 of file hashmap-entry.h.
uint32_t v8::base::TemplateHashMapEntry< Key, NoHashMapValue >::hash |
Definition at line 84 of file hashmap-entry.h.
Key v8::base::TemplateHashMapEntry< Key, NoHashMapValue >::key |
Definition at line 81 of file hashmap-entry.h.
NoHashMapValue v8::base::TemplateHashMapEntry< Key, NoHashMapValue >::value |
Definition at line 82 of file hashmap-entry.h.