v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <objects.h>
Static Public Member Functions | |
static bool | IsMatch (String *key, Object *other) |
static uint32_t | Hash (String *key) |
static uint32_t | HashForObject (String *key, Object *object) |
static MUST_USE_RESULT MaybeObject * | AsObject (String *key) |
Static Public Member Functions inherited from BaseShape< String * > | |
static uint32_t | Hash (String *key) |
static uint32_t | SeededHash (String *key, uint32_t seed) |
static uint32_t | HashForObject (String *key, Object *object) |
static uint32_t | SeededHashForObject (String *key, uint32_t seed, Object *object) |
Static Public Attributes | |
static const int | kPrefixSize = 2 |
static const int | kEntrySize = 3 |
static const bool | kIsEnumerable = true |
Static Public Attributes inherited from BaseShape< String * > | |
static const bool | UsesSeed |
|
inlinestatic |
Definition at line 5218 of file objects-inl.h.
|
inlinestatic |
Definition at line 5208 of file objects-inl.h.
References String::Hash().
Definition at line 5213 of file objects-inl.h.
References String::cast(), and String::Hash().
Definition at line 5200 of file objects-inl.h.
References String::cast(), String::Equals(), and String::Hash().