![]() |
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 |
Definition at line 99 of file hashmap-entry.h.
|
inline |
Definition at line 106 of file hashmap-entry.h.
|
inline |
Definition at line 111 of file hashmap-entry.h.
|
inline |
Definition at line 109 of file hashmap-entry.h.
union v8::base::TemplateHashMapEntry< Key *, NoHashMapValue > { ... } v8::base::TemplateHashMapEntry< Key *, NoHashMapValue > |
uint32_t v8::base::TemplateHashMapEntry< Key *, NoHashMapValue >::hash |
Definition at line 104 of file hashmap-entry.h.
Key* v8::base::TemplateHashMapEntry< Key *, NoHashMapValue >::key |
Definition at line 101 of file hashmap-entry.h.
NoHashMapValue v8::base::TemplateHashMapEntry< Key *, NoHashMapValue >::value |
Definition at line 102 of file hashmap-entry.h.