V8 Project
|
#include <objects.h>
Static Public Member Functions | |
static bool | IsMatch (HashTableKey *key, Object *value) |
static uint32_t | Hash (HashTableKey *key) |
static uint32_t | HashForObject (HashTableKey *key, Object *object) |
static Handle< Object > | AsHandle (Isolate *isolate, HashTableKey *key) |
![]() | |
static uint32_t | Hash (HashTableKey * key) |
static uint32_t | SeededHash (HashTableKey * key, uint32_t seed) |
static uint32_t | HashForObject (HashTableKey * key, Object *object) |
static uint32_t | SeededHashForObject (HashTableKey * 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 482 of file objects-inl.h.
References v8::internal::HashTableKey::AsHandle().
|
inlinestatic |
Definition at line 3452 of file objects.h.
References v8::internal::HashTableKey::Hash().
|
inlinestatic |
Definition at line 3456 of file objects.h.
References v8::internal::HashTableKey::HashForObject().
|
inlinestatic |
Definition at line 3448 of file objects.h.
References v8::internal::HashTableKey::IsMatch(), and v8::internal::Smi::value().
|
static |
|
static |