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

#include <dictionary.h>

Inheritance diagram for v8::internal::SimpleNumberDictionaryShape:
Collaboration diagram for v8::internal::SimpleNumberDictionaryShape:

Static Public Member Functions

template<typename Dictionary >
static PropertyDetails DetailsAt (Tagged< Dictionary > dict, InternalIndex entry)
 
template<typename Dictionary >
static void DetailsAtPut (Tagged< Dictionary > dict, InternalIndex entry, PropertyDetails value)
 
- Static Public Member Functions inherited from v8::internal::NumberDictionaryBaseShape
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 kHasDetails = false
 
static const int kPrefixSize = 0
 
static const int kEntrySize = 2
 
- Static Public Attributes inherited from v8::internal::NumberDictionaryBaseShape
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 346 of file dictionary.h.

Member Function Documentation

◆ DetailsAt()

template<typename Dictionary >
static PropertyDetails v8::internal::SimpleNumberDictionaryShape::DetailsAt ( Tagged< Dictionary > dict,
InternalIndex entry )
inlinestatic

Definition at line 353 of file dictionary.h.

◆ DetailsAtPut()

template<typename Dictionary >
static void v8::internal::SimpleNumberDictionaryShape::DetailsAtPut ( Tagged< Dictionary > dict,
InternalIndex entry,
PropertyDetails value )
inlinestatic

Definition at line 359 of file dictionary.h.

Member Data Documentation

◆ kEntrySize

const int v8::internal::SimpleNumberDictionaryShape::kEntrySize = 2
static

Definition at line 350 of file dictionary.h.

◆ kHasDetails

const bool v8::internal::SimpleNumberDictionaryShape::kHasDetails = false
static

Definition at line 348 of file dictionary.h.

◆ kPrefixSize

const int v8::internal::SimpleNumberDictionaryShape::kPrefixSize = 0
static

Definition at line 349 of file dictionary.h.


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