|
bool | empty () const |
|
int | size () const |
|
int | capacity () const |
|
bool | is_iterable () const |
|
|
| IdentityMapBase (Heap *heap) |
|
RawEntry | GetEntry (Address key) |
|
RawEntry | FindEntry (Address key) const |
|
bool | DeleteEntry (Address key, void **deleted_value) |
|
void | Clear () |
|
Address | KeyAtIndex (int index) const |
|
V8_EXPORT_PRIVATE RawEntry | EntryAtIndex (int index) const |
|
V8_EXPORT_PRIVATE int | NextIndex (int index) const |
|
void | EnableIteration () |
|
void | DisableIteration () |
|
virtual void ** | NewPointerArray (size_t length)=0 |
|
virtual void | DeleteArray (void *array)=0 |
|
Definition at line 20 of file identity-map.h.
The documentation for this class was generated from the following files: