![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <sidetable.h>
Public Member Functions | |
T & | operator[] (Key index) |
const T & | operator[] (Key index) const |
void | Reset () |
bool | empty () const |
Protected Member Functions | |
GrowingSidetable (Zone *zone) | |
GrowingSidetable (size_t size, const T &initial_value, Zone *zone) | |
size_t | NextSize (size_t out_of_bounds_index) const |
Protected Attributes | |
ZoneVector< T > | table_ |
Definition at line 27 of file sidetable.h.
|
inlineexplicitprotected |
Definition at line 67 of file sidetable.h.
|
inlineprotected |
Definition at line 68 of file sidetable.h.
|
inline |
Definition at line 62 of file sidetable.h.
|
inlineprotected |
|
inline |
|
inline |
|
inline |
Definition at line 58 of file sidetable.h.
|
mutableprotected |
Definition at line 71 of file sidetable.h.