|
V8 Project
|
#include <objects.h>
Inheritance diagram for v8::internal::BaseShape< Key >:
Collaboration diagram for v8::internal::BaseShape< Key >: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().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 3183 of file objects.h.
References DCHECK.
|
static |