|
V8 Project
|
#include <objects.h>
Inheritance diagram for v8::internal::ObjectHashTableShape:
Collaboration diagram for v8::internal::ObjectHashTableShape:Static Public Member Functions | |
| static bool | IsMatch (Handle< Object > key, Object *other) |
| static uint32_t | Hash (Handle< Object > key) |
| static uint32_t | HashForObject (Handle< Object > key, Object *object) |
| static Handle< Object > | AsHandle (Isolate *isolate, Handle< Object > key) |
Static Public Member Functions inherited from v8::internal::BaseShape< Handle< Object > > | |
| static uint32_t | Hash (Handle< Object > key) |
| static uint32_t | SeededHash (Handle< Object > key, uint32_t seed) |
| static uint32_t | HashForObject (Handle< Object > key, Object *object) |
| static uint32_t | SeededHashForObject (Handle< Object > key, uint32_t seed, Object *object) |
Static Public Attributes | |
| static const int | kPrefixSize = 0 |
| static const int | kEntrySize = 2 |
Static Public Attributes inherited from v8::internal::BaseShape< Handle< Object > > | |
| static const bool | UsesSeed |
|
inlinestatic |
Definition at line 6905 of file objects-inl.h.
Definition at line 6894 of file objects-inl.h.
|
inlinestatic |
Definition at line 6899 of file objects-inl.h.
References v8::internal::Object::GetHash().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 6889 of file objects-inl.h.
|
static |
|
static |