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
MapCacheShape Class Reference

#include <objects.h>

Inheritance diagram for MapCacheShape:
Collaboration diagram for MapCacheShape:

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 MUST_USE_RESULT
MaybeObject * 
AsObject (HashTableKey *key)
 
- Static Public Member Functions inherited from 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 = 2
 
- Static Public Attributes inherited from BaseShape< HashTableKey * >
static const bool UsesSeed
 

Detailed Description

Definition at line 3021 of file objects.h.

Member Function Documentation

static MUST_USE_RESULT MaybeObject* AsObject ( HashTableKey key)
inlinestatic

Definition at line 3034 of file objects.h.

References HashTableKey::AsObject().

static uint32_t Hash ( HashTableKey key)
inlinestatic

Definition at line 3026 of file objects.h.

References HashTableKey::Hash().

static uint32_t HashForObject ( HashTableKey key,
Object object 
)
inlinestatic

Definition at line 3030 of file objects.h.

References HashTableKey::HashForObject().

static bool IsMatch ( HashTableKey key,
Object value 
)
inlinestatic

Definition at line 3023 of file objects.h.

References HashTableKey::IsMatch().

Field Documentation

const int kEntrySize = 2
static

Definition at line 3039 of file objects.h.

const int kPrefixSize = 0
static

Definition at line 3038 of file objects.h.


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