v8
3.14.5(node0.10.28)
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 (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 3034 of file objects.h.
References HashTableKey::AsObject().
|
inlinestatic |
Definition at line 3026 of file objects.h.
References HashTableKey::Hash().
|
inlinestatic |
Definition at line 3030 of file objects.h.
References HashTableKey::HashForObject().
|
inlinestatic |
Definition at line 3023 of file objects.h.
References HashTableKey::IsMatch().