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

#include <dictionary.h>

Inheritance diagram for v8::internal::NameDictionaryShape:
Collaboration diagram for v8::internal::NameDictionaryShape:

Static Public Attributes

static const int kPrefixSize = 3
 
static const int kEntrySize = 3
 
static const bool kMatchNeedsHoleCheck = false
 
- Static Public Attributes inherited from v8::internal::BaseNameDictionaryShape
static const int kEntryValueIndex = 1
 
- Static Public Attributes inherited from v8::internal::BaseDictionaryShape< DirectHandle< Name > >
static const bool kHasDetails
 
static const bool kDoHashSpreading
 
static const uint32_t kHashBits
 

Additional Inherited Members

- Public Types inherited from v8::internal::BaseShape< DirectHandle< Name > >
using Key
 
- Static Public Member Functions inherited from v8::internal::BaseNameDictionaryShape
static bool IsMatch (DirectHandle< Name > key, Tagged< Object > other)
 
static uint32_t Hash (ReadOnlyRoots roots, DirectHandle< Name > key)
 
static uint32_t HashForObject (ReadOnlyRoots roots, Tagged< Object > object)
 
template<AllocationType allocation = AllocationType::kYoung>
static DirectHandle< ObjectAsHandle (Isolate *isolate, DirectHandle< Name > key)
 
template<AllocationType allocation = AllocationType::kOld>
static DirectHandle< ObjectAsHandle (LocalIsolate *isolate, DirectHandle< Name > key)
 
- Static Public Member Functions inherited from v8::internal::BaseDictionaryShape< DirectHandle< Name > >
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< DirectHandle< Name > >
static Tagged< ObjectUnwrap (Tagged< Object > key)
 

Detailed Description

Definition at line 172 of file dictionary.h.

Member Data Documentation

◆ kEntrySize

const int v8::internal::NameDictionaryShape::kEntrySize = 3
static

Definition at line 175 of file dictionary.h.

◆ kMatchNeedsHoleCheck

const bool v8::internal::NameDictionaryShape::kMatchNeedsHoleCheck = false
static

Definition at line 176 of file dictionary.h.

◆ kPrefixSize

const int v8::internal::NameDictionaryShape::kPrefixSize = 3
static

Definition at line 174 of file dictionary.h.


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