V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::IdentityMapBase Class Referenceabstract
Inheritance diagram for v8::internal::IdentityMapBase:
v8::internal::IdentityMap< JobId, FreeStoreAllocationPolicy > v8::internal::IdentityMap< uint32_t, FreeStoreAllocationPolicy > v8::internal::IdentityMap< uint32_t, v8::internal::ZoneAllocationPolicy > v8::internal::IdentityMap< uintptr_t *, v8::internal::ZoneAllocationPolicy > v8::internal::IdentityMap< V, AllocationPolicy >

Public Member Functions

bool empty () const
 
int size () const
 
int capacity () const
 
bool is_iterable () const
 

Protected Types

typedef void ** RawEntry
 

Protected Member Functions

 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
 

Friends

class IdentityMapTester
 

Detailed Description

Definition at line 20 of file identity-map.h.


The documentation for this class was generated from the following files: