![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <sidetable.h>
Public Member Functions | |
GrowingBlockSidetable (Zone *zone) | |
GrowingBlockSidetable (size_t size, const T &initial_value, Zone *zone) | |
![]() | |
T & | operator[] (BlockIndex index) |
const T & | operator[] (BlockIndex index) const |
void | Reset () |
bool | empty () const |
Private Types | |
using | Base = detail::GrowingSidetable<T, BlockIndex> |
Additional Inherited Members | |
![]() | |
GrowingSidetable (Zone *zone) | |
GrowingSidetable (size_t size, const T &initial_value, Zone *zone) | |
size_t | NextSize (size_t out_of_bounds_index) const |
![]() | |
ZoneVector< T > | table_ |
Definition at line 110 of file sidetable.h.
|
private |
Definition at line 111 of file sidetable.h.
|
inlineexplicit |
Definition at line 114 of file sidetable.h.
|
inline |
Definition at line 116 of file sidetable.h.