V8 Project
|
#include <objects.h>
Static Public Member Functions | |
static uint32_t | Hash (Key key) |
static uint32_t | SeededHash (Key key, uint32_t seed) |
static uint32_t | HashForObject (Key key, Object *object) |
static uint32_t | SeededHashForObject (Key key, uint32_t seed, Object *object) |
Static Public Attributes | |
static const bool | UsesSeed = false |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 3178 of file objects.h.
References DCHECK, and v8::internal::Hash().
|
inlinestatic |
Definition at line 3183 of file objects.h.
References DCHECK.
|
static |