v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NumberDictionaryShape Class Reference

#include <objects.h>

Inheritance diagram for NumberDictionaryShape:
Collaboration diagram for NumberDictionaryShape:

Static Public Member Functions

static bool IsMatch (uint32_t key, Object *other)
 
static MUST_USE_RESULT
MaybeObject * 
AsObject (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
 

Detailed Description

Definition at line 3203 of file objects.h.

Member Function Documentation

MaybeObject * AsObject ( uint32_t  key)
inlinestatic

Definition at line 5195 of file objects-inl.h.

Referenced by SeededNumberDictionary::Set(), and UnseededNumberDictionary::Set().

bool IsMatch ( uint32_t  key,
Object other 
)
inlinestatic

Definition at line 5167 of file objects-inl.h.

References ASSERT, and Object::Number().

Field Documentation

const int kEntrySize = 3
static

Definition at line 3207 of file objects.h.

const bool kIsEnumerable = false
static

Definition at line 3208 of file objects.h.


The documentation for this class was generated from the following files: