![]() |
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 |
Private Attributes | |
| bool | exists_ |
Definition at line 25 of file hashmap-entry.h.
|
inline |
Definition at line 32 of file hashmap-entry.h.
|
inline |
|
inline |
|
private |
Definition at line 40 of file hashmap-entry.h.
| uint32_t v8::base::TemplateHashMapEntry< Key, Value >::hash |
Definition at line 30 of file hashmap-entry.h.
| Key v8::base::TemplateHashMapEntry< Key, Value >::key |
Definition at line 28 of file hashmap-entry.h.
| Value v8::base::TemplateHashMapEntry< Key, Value >::value |
Definition at line 29 of file hashmap-entry.h.