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
BaseShape< Key > Class Template Reference

#include <objects.h>

Static Public Member Functions

static uint32_t Hash (Key key)
 
static uint32_t SeededHash (Key key, uint32_t seed)
 
static uint32_t HashForObject (Key key, Object *object)
 
static uint32_t SeededHashForObject (Key key, uint32_t seed, Object *object)
 

Static Public Attributes

static const bool UsesSeed = false
 

Detailed Description

template<typename Key>
class v8::internal::BaseShape< Key >

Definition at line 2758 of file objects.h.

Member Function Documentation

static uint32_t Hash ( Key  key)
inlinestatic

Definition at line 2761 of file objects.h.

static uint32_t HashForObject ( Key  key,
Object object 
)
inlinestatic

Definition at line 2766 of file objects.h.

static uint32_t SeededHash ( Key  key,
uint32_t  seed 
)
inlinestatic

Definition at line 2762 of file objects.h.

static uint32_t SeededHashForObject ( Key  key,
uint32_t  seed,
Object object 
)
inlinestatic

Definition at line 2767 of file objects.h.

Field Documentation

const bool UsesSeed = false
static

Definition at line 2760 of file objects.h.


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