V8 Project
|
#include <objects.h>
Static Public Member Functions | |
static uint32_t | SeededHash (uint32_t key, uint32_t seed) |
static uint32_t | SeededHashForObject (uint32_t key, uint32_t seed, Object *object) |
![]() | |
static bool | IsMatch (uint32_t key, Object *other) |
static Handle< Object > | AsHandle (Isolate *isolate, uint32_t key) |
![]() | |
static uint32_t | Hash (uint32_t key) |
static uint32_t | SeededHash (uint32_t key, uint32_t seed) |
static uint32_t | HashForObject (uint32_t key, Object *object) |
static uint32_t | SeededHashForObject (uint32_t key, uint32_t seed, Object *object) |
Static Public Attributes | |
static const bool | UsesSeed = true |
static const int | kPrefixSize = 2 |
![]() | |
static const int | kEntrySize = 3 |
static const bool | kIsEnumerable = false |
![]() | |
static const bool | UsesSeed |
|
inlinestatic |
Definition at line 6840 of file objects-inl.h.
References v8::internal::ComputeIntegerHash().
|
inlinestatic |
Definition at line 6845 of file objects-inl.h.
References v8::internal::ComputeIntegerHash(), DCHECK, and v8::internal::Object::Number().
|
static |