v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::NumberDictionaryBaseShape Class Reference

#include <dictionary.h>

Inheritance diagram for v8::internal::NumberDictionaryBaseShape:
Collaboration diagram for v8::internal::NumberDictionaryBaseShape:

Static Public Member Functions

static bool IsMatch (uint32_t key, Tagged< Object > other)
 
template<AllocationType allocation = AllocationType::kYoung>
static DirectHandle< ObjectAsHandle (Isolate *isolate, uint32_t key)
 
template<AllocationType allocation = AllocationType::kOld>
static DirectHandle< ObjectAsHandle (LocalIsolate *isolate, uint32_t key)
 
static uint32_t Hash (ReadOnlyRoots roots, uint32_t key)
 
static uint32_t HashForObject (ReadOnlyRoots roots, Tagged< Object > object)
 
- Static Public Member Functions inherited from v8::internal::BaseDictionaryShape< uint32_t >
static PropertyDetails DetailsAt (Tagged< Dictionary > dict, InternalIndex entry)
 
static void DetailsAtPut (Tagged< Dictionary > dict, InternalIndex entry, PropertyDetails value)
 
- Static Public Member Functions inherited from v8::internal::BaseShape< uint32_t >
static Tagged< ObjectUnwrap (Tagged< Object > key)
 

Static Public Attributes

static const bool kMatchNeedsHoleCheck = true
 
- Static Public Attributes inherited from v8::internal::BaseDictionaryShape< uint32_t >
static const bool kHasDetails
 
static const bool kDoHashSpreading
 
static const uint32_t kHashBits
 

Additional Inherited Members

- Public Types inherited from v8::internal::BaseShape< uint32_t >
using Key
 

Detailed Description

Definition at line 324 of file dictionary.h.

Member Function Documentation

◆ AsHandle() [1/2]

template<AllocationType allocation>
DirectHandle< Object > v8::internal::NumberDictionaryBaseShape::AsHandle ( Isolate * isolate,
uint32_t key )
inlinestatic

Definition at line 303 of file dictionary-inl.h.

◆ AsHandle() [2/2]

template<AllocationType allocation>
DirectHandle< Object > v8::internal::NumberDictionaryBaseShape::AsHandle ( LocalIsolate * isolate,
uint32_t key )
inlinestatic

Definition at line 309 of file dictionary-inl.h.

◆ Hash()

uint32_t v8::internal::NumberDictionaryBaseShape::Hash ( ReadOnlyRoots roots,
uint32_t key )
inlinestatic

Definition at line 290 of file dictionary-inl.h.

Here is the call graph for this function:

◆ HashForObject()

uint32_t v8::internal::NumberDictionaryBaseShape::HashForObject ( ReadOnlyRoots roots,
Tagged< Object > object )
inlinestatic

Definition at line 294 of file dictionary-inl.h.

Here is the call graph for this function:

◆ IsMatch()

bool v8::internal::NumberDictionaryBaseShape::IsMatch ( uint32_t key,
Tagged< Object > other )
inlinestatic

Definition at line 286 of file dictionary-inl.h.

Here is the call graph for this function:

Member Data Documentation

◆ kMatchNeedsHoleCheck

const bool v8::internal::NumberDictionaryBaseShape::kMatchNeedsHoleCheck = true
static

Definition at line 337 of file dictionary.h.


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