V8 Project
|
#include <objects.h>
Static Public Member Functions | |
static bool | IsMatch (uint32_t key, Object *other) |
static Handle< Object > | AsHandle (Isolate *isolate, uint32_t key) |
![]() | |
static uint32_t | Hash (uint32_t key) |
static uint32_t | SeededHash (uint32_t key, uint32_t seed) |
static uint32_t | HashForObject (uint32_t key, Object *object) |
static uint32_t | SeededHashForObject (uint32_t key, uint32_t seed, Object *object) |
Static Public Attributes | |
static const int | kEntrySize = 3 |
static const bool | kIsEnumerable = false |
![]() | |
static const bool | UsesSeed |
|
inlinestatic |
Definition at line 6853 of file objects-inl.h.
References v8::internal::Isolate::factory().
Referenced by v8::internal::SeededNumberDictionary::Set(), and v8::internal::UnseededNumberDictionary::Set().
Definition at line 6822 of file objects-inl.h.
References DCHECK, and v8::internal::Object::Number().
|
static |