![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <hash-table.h>
Static Public Attributes | |
static const int | kEntrySize = 1 + N |
![]() | |
static const bool | kDoHashSpreading = false |
static const uint32_t | kHashBits = 0 |
![]() | |
static const int | kPrefixSize = 0 |
static const int | kEntryValueIndex = 1 |
static const int | kEntrySize = 2 |
static const bool | kMatchNeedsHoleCheck = false |
Additional Inherited Members | |
![]() | |
using | Key |
![]() | |
static bool | IsMatch (DirectHandle< Object > key, Tagged< Object > other) |
static uint32_t | Hash (ReadOnlyRoots roots, DirectHandle< Object > key) |
static uint32_t | HashForObject (ReadOnlyRoots roots, Tagged< Object > object) |
static DirectHandle< Object > | AsHandle (DirectHandle< Object > key) |
![]() | |
static Tagged< Object > | Unwrap (Tagged< Object > key) |
Definition at line 466 of file hash-table.h.
|
static |
Definition at line 468 of file hash-table.h.