|
V8 Project
|
#include <objects.h>
Inheritance diagram for v8::internal::StringTableShape:
Collaboration diagram for v8::internal::StringTableShape: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 Handle< Object > | AsHandle (Isolate *isolate, HashTableKey *key) |
Static Public Member Functions inherited from v8::internal::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 = 1 |
Static Public Attributes inherited from v8::internal::BaseShape< HashTableKey * > | |
| static const bool | UsesSeed |
|
inlinestatic |
Definition at line 477 of file objects-inl.h.
References v8::internal::HashTableKey::AsHandle().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 3391 of file objects.h.
References v8::internal::HashTableKey::Hash().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 3395 of file objects.h.
References v8::internal::HashTableKey::HashForObject().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 3387 of file objects.h.
References v8::internal::HashTableKey::IsMatch(), and v8::internal::Smi::value().
Here is the call graph for this function:
|
static |
|
static |