v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <objects.h>
Static Public Member Functions | |
static bool | IsMatch (uint32_t key, Object *other) |
static MUST_USE_RESULT MaybeObject * | AsObject (Heap *heap, uint32_t key) |
Static Public Member Functions inherited from BaseShape< uint32_t > | |
static uint32_t | Hash (uint32_tkey) |
static uint32_t | SeededHash (uint32_tkey, uint32_t seed) |
static uint32_t | HashForObject (uint32_tkey, Object *object) |
static uint32_t | SeededHashForObject (uint32_tkey, uint32_t seed, Object *object) |
Static Public Attributes | |
static const int | kEntrySize = 3 |
static const bool | kIsEnumerable = false |
Static Public Attributes inherited from BaseShape< uint32_t > | |
static const bool | UsesSeed |
|
inlinestatic |
Definition at line 6517 of file objects-inl.h.
References Heap::NumberFromUint32().
Referenced by SeededNumberDictionary::Set(), and UnseededNumberDictionary::Set().
|
inlinestatic |
Definition at line 6489 of file objects-inl.h.
References ASSERT, and Object::Number().