v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#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 MUST_USE_RESULT MaybeObject * | AsObject (Heap *heap, HashTableKey *key) |
Static Public Member Functions inherited from BaseShape< HashTableKey * > | |
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 Public Attributes inherited from BaseShape< HashTableKey * > | |
static const bool | UsesSeed |
|
inlinestatic |
Definition at line 3896 of file objects.h.
References HashTableKey::AsObject().
|
inlinestatic |
Definition at line 3888 of file objects.h.
References HashTableKey::Hash().
|
inlinestatic |
Definition at line 3892 of file objects.h.
References HashTableKey::HashForObject().
|
inlinestatic |
Definition at line 3885 of file objects.h.
References HashTableKey::IsMatch().