|
V8 Project
|
#include <objects.h>
Inheritance diagram for v8::internal::WeakHashTableShape< entrysize >:
Collaboration diagram for v8::internal::WeakHashTableShape< entrysize >: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 = entrysize |
Static Public Attributes inherited from v8::internal::BaseShape< Handle< Object > > | |
| static const bool | UsesSeed |
|
inlinestatic |
Definition at line 6939 of file objects-inl.h.
|
inlinestatic |
Definition at line 6924 of file objects-inl.h.
|
inlinestatic |
Definition at line 6931 of file objects-inl.h.
|
inlinestatic |
Definition at line 6918 of file objects-inl.h.
|
static |
|
static |