![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <persistent-map.h>
Public Types | |
using | more_iterator = typename ZoneMap<Key, Value>::const_iterator |
Public Member Functions | |
const FocusedTree *& | path (int i) |
const FocusedTree * | path (int i) const |
Public Attributes | |
KeyValue | key_value |
int8_t | length |
HashValue | key_hash |
const ZoneMap< Key, Value > * | more |
const FocusedTree * | path_array [1] |
Definition at line 195 of file persistent-map.h.
using v8::internal::compiler::PersistentMap< Key, Value, Hasher >::FocusedTree::more_iterator = typename ZoneMap<Key, Value>::const_iterator |
Definition at line 203 of file persistent-map.h.
|
inline |
Definition at line 209 of file persistent-map.h.
|
inline |
Definition at line 215 of file persistent-map.h.
HashValue v8::internal::compiler::PersistentMap< Key, Value, Hasher >::FocusedTree::key_hash |
Definition at line 200 of file persistent-map.h.
KeyValue v8::internal::compiler::PersistentMap< Key, Value, Hasher >::FocusedTree::key_value |
Definition at line 196 of file persistent-map.h.
int8_t v8::internal::compiler::PersistentMap< Key, Value, Hasher >::FocusedTree::length |
Definition at line 199 of file persistent-map.h.
const ZoneMap<Key, Value>* v8::internal::compiler::PersistentMap< Key, Value, Hasher >::FocusedTree::more |
Definition at line 202 of file persistent-map.h.
const FocusedTree* v8::internal::compiler::PersistentMap< Key, Value, Hasher >::FocusedTree::path_array[1] |
Definition at line 208 of file persistent-map.h.