![]() |
v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
Utf8SymbolKey (Vector< const char > string, uint32_t seed) | |
bool | IsMatch (Object *string) |
uint32_t | Hash () |
uint32_t | HashForObject (Object *other) |
MaybeObject * | AsObject () |
![]() | |
virtual | ~HashTableKey () |
Data Fields | |
Vector< const char > | string_ |
uint32_t | hash_field_ |
int | chars_ |
uint32_t | seed_ |
Definition at line 10847 of file objects.cc.
|
inlineexplicit |
Definition at line 10849 of file objects.cc.
|
inlinevirtual |
Implements HashTableKey.
Definition at line 10871 of file objects.cc.
|
inlinevirtual |
Implements HashTableKey.
Definition at line 10856 of file objects.cc.
References ASSERT, String::ComputeHashField(), String::kHashShift, and CharacterStream::Utf16Length().
|
inlinevirtual |
Implements HashTableKey.
Definition at line 10867 of file objects.cc.
References String::cast(), and String::Hash().
|
inlinevirtual |
Implements HashTableKey.
Definition at line 10852 of file objects.cc.
References String::cast(), and String::IsEqualTo().
int chars_ |
Definition at line 10879 of file objects.cc.
uint32_t hash_field_ |
Definition at line 10878 of file objects.cc.
uint32_t seed_ |
Definition at line 10880 of file objects.cc.
Vector<const char> string_ |
Definition at line 10877 of file objects.cc.