|
typedef NameDictionaryShape ::Key | Key |
|
typedef NameDictionaryShape | ShapeT |
|
typedef NameDictionaryShape ::Key | Key |
|
static V8_WARN_UNUSED_RESULT Handle< NameDictionary > | New (Isolate *isolate, int at_least_space_for, PretenureFlag pretenure=NOT_TENURED, MinimumCapacity capacity_option=USE_DEFAULT_MINIMUM_CAPACITY) |
|
static void | CollectKeysTo (Handle< NameDictionary > dictionary, KeyAccumulator *keys) |
|
static Handle< FixedArray > | IterationIndices (Isolate *isolate, Handle< NameDictionary > dictionary) |
|
static void | CopyEnumKeysTo (Isolate *isolate, Handle< NameDictionary > dictionary, Handle< FixedArray > storage, KeyCollectionMode mode, KeyAccumulator *accumulator) |
|
static Handle< NameDictionary > | EnsureCapacity (Isolate *isolate, Handle< NameDictionary > dictionary, int n) |
|
static V8_WARN_UNUSED_RESULT Handle< NameDictionary > | AddNoUpdateNextEnumerationIndex (Isolate *isolate, Handle< NameDictionary > dictionary, Key key, Handle< Object > value, PropertyDetails details, int *entry_out=nullptr) |
|
static V8_WARN_UNUSED_RESULT Handle< NameDictionary > | Add (Isolate *isolate, Handle< NameDictionary > dictionary, Key key, Handle< Object > value, PropertyDetails details, int *entry_out=nullptr) |
|
static V8_WARN_UNUSED_RESULT Handle< NameDictionary > | DeleteEntry (Isolate *isolate, Handle< NameDictionary > dictionary, int entry) |
|
static V8_WARN_UNUSED_RESULT Handle< NameDictionary > | Shrink (Isolate *isolate, Handle< NameDictionary > dictionary) |
|
static V8_WARN_UNUSED_RESULT Handle< NameDictionary > | Add (Isolate *isolate, Handle< NameDictionary > dictionary, Key key, Handle< Object > value, PropertyDetails details, int *entry_out=nullptr) |
|
static V8_WARN_UNUSED_RESULT Handle< NameDictionary > | New (Isolate *isolate, int at_least_space_for, PretenureFlag pretenure=NOT_TENURED, MinimumCapacity capacity_option=USE_DEFAULT_MINIMUM_CAPACITY) |
|
static bool | IsKey (ReadOnlyRoots roots, Object *k) |
|
static constexpr int | EntryToIndex (int entry) |
|
static V8_WARN_UNUSED_RESULT Handle< NameDictionary > | EnsureCapacity (Isolate *isolate, Handle< NameDictionary > table, int n, PretenureFlag pretenure=NOT_TENURED) |
|
static int | ComputeCapacity (int at_least_space_for) |
|
static V8_INLINE uint32_t | GetProbeOffset (uint32_t n) |
|
uint32_t | FindInsertionEntry (uint32_t hash) |
|
void | SetNumberOfElements (int nof) |
|
void | SetNumberOfDeletedElements (int nod) |
|
static V8_WARN_UNUSED_RESULT Handle< NameDictionary > | AtPut (Isolate *isolate, Handle< NameDictionary > dictionary, Key key, Handle< Object > value, PropertyDetails details) |
|
static V8_WARN_UNUSED_RESULT Handle< NameDictionary > | NewInternal (Isolate *isolate, int capacity, PretenureFlag pretenure) |
|
static V8_WARN_UNUSED_RESULT Handle< NameDictionary > | Shrink (Isolate *isolate, Handle< NameDictionary > table, int additionalCapacity=0) |
|
static uint32_t | GetProbe (uint32_t hash, uint32_t number, uint32_t size) |
|
static uint32_t | FirstProbe (uint32_t hash, uint32_t size) |
|
static uint32_t | NextProbe (uint32_t last, uint32_t number, uint32_t size) |
|