v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
AsciiSymbolKey (Vector< const char > str, uint32_t seed) | |
bool | IsMatch (Object *string) |
MaybeObject * | AsObject () |
Public Member Functions inherited from SequentialSymbolKey< char > | |
SequentialSymbolKey (Vector< const char > string, uint32_t seed) | |
uint32_t | Hash () |
uint32_t | HashForObject (Object *other) |
Public Member Functions inherited from HashTableKey | |
virtual | ~HashTableKey () |
Additional Inherited Members | |
Data Fields inherited from SequentialSymbolKey< char > | |
Vector< const char > | string_ |
uint32_t | hash_field_ |
uint32_t | seed_ |
Definition at line 11170 of file objects.cc.
|
inline |
Definition at line 11172 of file objects.cc.
|
inlinevirtual |
Implements HashTableKey.
Definition at line 11179 of file objects.cc.
References SequentialSymbolKey< char >::Hash(), SequentialSymbolKey< char >::hash_field_, HEAP, and SequentialSymbolKey< char >::string_.
|
inlinevirtual |
Implements HashTableKey.
Definition at line 11175 of file objects.cc.
References String::cast(), String::IsAsciiEqualTo(), and SequentialSymbolKey< char >::string_.