![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <hashmap-entry.h>
Public Member Functions | |
| TemplateHashMapEntry (Address key, Value value, uint32_t hash) | |
| bool | exists () const |
| void | clear () |
Public Attributes | |
| Address | key |
| Value | value |
| uint32_t | hash |
Definition at line 62 of file hashmap-entry.h.
|
inline |
Definition at line 69 of file hashmap-entry.h.
|
inline |
Definition at line 74 of file hashmap-entry.h.
|
inline |
Definition at line 72 of file hashmap-entry.h.
| uint32_t v8::base::TemplateHashMapEntry< Address, Value >::hash |
Definition at line 67 of file hashmap-entry.h.
| Address v8::base::TemplateHashMapEntry< Address, Value >::key |
Definition at line 65 of file hashmap-entry.h.
| Value v8::base::TemplateHashMapEntry< Address, Value >::value |
Definition at line 66 of file hashmap-entry.h.