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
TwoCharHashTableKey Class Reference
Inheritance diagram for TwoCharHashTableKey:
Collaboration diagram for TwoCharHashTableKey:

Public Member Functions

 TwoCharHashTableKey (uint32_t c1, uint32_t c2, uint32_t seed)
 
bool IsMatch (Object *o)
 
uint32_t Hash ()
 
uint32_t HashForObject (Object *key)
 
ObjectAsObject ()
 
- Public Member Functions inherited from HashTableKey
virtual ~HashTableKey ()
 

Detailed Description

Definition at line 12067 of file objects.cc.

Constructor & Destructor Documentation

TwoCharHashTableKey ( uint32_t  c1,
uint32_t  c2,
uint32_t  seed 
)
inline

Member Function Documentation

Object* AsObject ( )
inlinevirtual

Implements HashTableKey.

Definition at line 12112 of file objects.cc.

References v8::internal::NULL, and UNREACHABLE.

uint32_t Hash ( )
inlinevirtual

Implements HashTableKey.

Definition at line 12106 of file objects.cc.

uint32_t HashForObject ( Object key)
inlinevirtual

Implements HashTableKey.

Definition at line 12107 of file objects.cc.

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

bool IsMatch ( Object o)
inlinevirtual

Implements HashTableKey.

Definition at line 12098 of file objects.cc.

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


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