V8 Project
|
#include <objects.h>
Static Public Member Functions | |
static bool | IsMatch (Handle< Object > key, Object *other) |
static uint32_t | Hash (Handle< Object > key) |
static uint32_t | HashForObject (Handle< Object > key, Object *object) |
static Handle< Object > | AsHandle (Isolate *isolate, Handle< Object > key) |
![]() | |
static uint32_t | Hash (Handle< Object > key) |
static uint32_t | SeededHash (Handle< Object > key, uint32_t seed) |
static uint32_t | HashForObject (Handle< Object > key, Object *object) |
static uint32_t | SeededHashForObject (Handle< Object > key, uint32_t seed, Object *object) |
Static Public Attributes | |
static const int | kPrefixSize = 0 |
static const int | kEntrySize = 2 |
![]() | |
static const bool | UsesSeed |
|
inlinestatic |
Definition at line 6905 of file objects-inl.h.
Definition at line 6894 of file objects-inl.h.
|
inlinestatic |
Definition at line 6899 of file objects-inl.h.
References v8::internal::Object::GetHash().
|
inlinestatic |
Definition at line 6889 of file objects-inl.h.
|
static |
|
static |