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

#include <objects.h>

Inheritance diagram for StringDictionaryShape:
Collaboration diagram for StringDictionaryShape:

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
 

Detailed Description

Definition at line 3168 of file objects.h.

Member Function Documentation

MaybeObject * AsObject ( String key)
inlinestatic

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

uint32_t Hash ( String key)
inlinestatic

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

References String::Hash().

uint32_t HashForObject ( String key,
Object object 
)
inlinestatic

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

References String::cast(), and String::Hash().

bool IsMatch ( String key,
Object other 
)
inlinestatic

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

References String::cast(), String::Equals(), and String::Hash().

Field Documentation

const int kEntrySize = 3
static

Definition at line 3175 of file objects.h.

const bool kIsEnumerable = true
static

Definition at line 3176 of file objects.h.

const int kPrefixSize = 2
static

Definition at line 3174 of file objects.h.


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