![]() |
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, Value value, uint32_t hash) | |
bool | exists () const |
void | clear () |
Public Attributes | |
Key * | key |
Value | value |
uint32_t | hash |
Definition at line 45 of file hashmap-entry.h.
|
inline |
Definition at line 52 of file hashmap-entry.h.
|
inline |
Definition at line 57 of file hashmap-entry.h.
|
inline |
Definition at line 55 of file hashmap-entry.h.
uint32_t v8::base::TemplateHashMapEntry< Key *, Value >::hash |
Definition at line 50 of file hashmap-entry.h.
Key* v8::base::TemplateHashMapEntry< Key *, Value >::key |
Definition at line 48 of file hashmap-entry.h.
Value v8::base::TemplateHashMapEntry< Key *, Value >::value |
Definition at line 49 of file hashmap-entry.h.